-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[Feature request] Highlight the word "TODO" in text editor #3827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hm you are right, that was mine :D |
I personally would like different colour comments. In notepad++ you can get three different colourings.
I'll have a look later, and see if this is possible in RSyntaxTA. |
As an Eclipse user, I drive the most value out of TODOs by reviewing them as a list where I can click on any to jump to the code in question. Before diving into highlighting I figured it would be faster to add the following: typing "tags" or "tasks" will prompt a search through the sketch code (local libraries and assembly files included). The results are grouped by file. Possible improvement: cache the results and flush when memory is putting pressure or when the source file is altered (pending a lifecycle management of the editor contents) |
Via the keywords.txt you can highlight different words.
What i wish is that you highlight the word "TODO" (and possibly some synonyms) red by default. A new preset is required for those colors (or maybe its there and noone knows). This way you could also highlight DEBUG and others.
Example in scratch editor of elementary OS:

The text was updated successfully, but these errors were encountered: