My team often puts the word TODO in unfinished sections of code. Is there a way to add user-specified keywords to Visual Studio so that these are highlighted in some way? For example, in vim the word TODO is automatically highlighted.
For example, I'd want to see something like this:
//This is a stub -
TODO:
move this to another project
On windows hold down Ctrl + Shift and on mac Command + Shift, then press the key P.
Right click on any word under the caret and select Toggle highlight of current word in the MultiWordHighlight menu.
In the Tools menu go to Options -> Environment -> Task List. Here you can enter Tokens.
These tokens will be added to the task list, but will not be highlighted. That can be achieved with one of the available TODO highlighters.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With