 |
Comment Wrapping
Enable automatic wrapping of any type of multi-line comment as you type. You can also reflow existing comments in the current file. |
|
 |
Auto Code Doc Viewer
Extract header comments into MSDN-like documentation, fully linked HTML help that can be browsed in Visual Studio as a tool window and exported for sharing with others. |
|
 |
Icon Extractor
Simplify the task of finding quality icons and applying them to your applications. |
|
 |
Code Annotations
Insert comments and notes about code without actually modifying the source file. |
|
 |
Regex Evaluator
Interactively create and test regular expressions, which are used to express text patterns for searching. |
|
 |
Aliases and Acronyms
Use directory aliases to save keystrokes and mouse usage when opening files. Use acronym expansion to save keystrokes when typing class, namespace, or function names in your code. |
|
 |
Quick Profiling
Fine-tune your profiling to get information about a specific section of code. This feature allows you to time many cases that are not possible with standard profilers, such as timing complex loops, recursive functions, and the time between an object’s creation and disposal. |
|
 |
Word Completions
Use commands to search for and insert additional text from a matching string. |
|
 |
Code Navigation
Use keyboard shortcuts to jump from a symbol to its definition and to list all references for the current symbol. |
|