T O P I C R E V I E W |
drac |
Posted - Feb 13 2009 : 10:22:03 AM Hi,
One feature I miss when I code C++ is the
// TODO: fix this code
feature from ReSharper (TODOs have a different color and they're in bold).
It really helps to see them when you browse through the code.
Cheers.
|
6 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 19 2009 : 09:04:02 AM Which IDE are you using?
Unfortunately this option is not available in VC6. |
schoenherr |
Posted - Feb 19 2009 : 02:40:32 AM quote: Originally posted by feline ... VA Options -> Advanced -> Display -> Highlight find results ...
sounds interesting but I can't find this item in my settings (VAX1715) |
drac |
Posted - Feb 18 2009 : 10:01:46 AM Thanks for the suggestion! |
feline |
Posted - Feb 17 2009 : 10:53:32 AM Do you want this all of the time, or only sometimes, when you are actually thinking about the TODO comments? The current version of VA adds the ability to highlight IDE find results:
VA Options -> Advanced -> Display -> Highlight find results
and you can bind a keyboard shortcut to the command:
VAssistX.FindSelected
to start the highlighting without moving the caret. I find that Alt+K works well for me.
|
drac |
Posted - Feb 17 2009 : 10:32:43 AM I've tried it, the problem with Task List is that it shows all the Comments, if you have a really big project you you will have tens of TODOs, and then you have to search for your TODOs... kinda sucks.
Not to mention that I need to open another window, the source code window is always open.
|
feline |
Posted - Feb 16 2009 : 2:54:51 PM I know it is not quite the same, but have you tried using the IDE's task list window? |