Closed
Description
Because ctags now runs with --line-directives, the file and line information in the ctags output correctly reflects the original location of a definition. By running ctags only once on the preprocessed source, and using this information to only generate prototypes for functions defined in the sketch's .ino files, it should no longer be needed to run ctags on the unprocessed sketch source as well.
I previously discussed this with @ffissore, this ticket serves as a reminder for him to implement this later.