Question

Can I define #@TODO or something like that as a keyword to be highlighted in Python?

Is this specific to the text editor or to the language/platform?

Was it helpful?

Solution

This is very specific to the editor. Language/Platform has nothing to do with highlighting.

OTHER TIPS

it s editor feature, eclipse has highlighter, in emacs you can define and ...

also you can use bash script to find all todo in your project

grep "# TODO" ./ -Rn
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top