Enhance syntax highlighting al Visual Assist from www.wholetomato.com does for Visual Studio. Since the tree-view already displays defined functions and classes users could specify seperate colors for defined function-names and classes (really improves readability), this could be extended to "constants" e.g. #defines and contents of enum's. Another nice feature of Visual Assist is the highlighting of defined variables, this really reduces the chance of type-errors (if the variable your'e working on is not highlighted, you've made a mistake).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Enhance syntax highlighting al Visual Assist from www.wholetomato.com does for Visual Studio. Since the tree-view already displays defined functions and classes users could specify seperate colors for defined function-names and classes (really improves readability), this could be extended to "constants" e.g. #defines and contents of enum's. Another nice feature of Visual Assist is the highlighting of defined variables, this really reduces the chance of type-errors (if the variable your'e working on is not highlighted, you've made a mistake).