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*
