| |
 |
quickly navigate to any function in your source code |
| |
 |
quickly find and open any file in your solution |
| |
 |
toggle between the declaration/definition of a function for C++ Users |
| |
 |
automate code production like regions,
properties, exception handlers |
| |
 |
quickly move to different parts of your
source code (start of class, next function...) |
| |
 |
quickly open a shell folder in order
to browse your solution/project files |
| |
 |
extend your copy & cut experience |
| Dialogs |
C++ |
C# |
VB |
 |
Function List |
The function list enables you to view
a list of functions in the current source
file and quickly jump to the implementation
of a given function. |
 |
 |
 |
 |
Find File |
The find file enables you to view the
list of all files contained by all projects
of your solution and quickly open some
of them. |
 |
 |
 |
 |
Switch browser |
The switch browser enables you to view
a list of cases in the current switch
statement of your current function and
quickly jump to a given case. |
 |
 |
|
 |
Stats |
Displays statistics about the commands
you used. |
 |
 |
 |
| Toggle commands |
C++ |
C# |
VB |
 |
Toggle .h/.cpp |
Toggle code editor between .h and .cpp
files. |
 |
|
|
 |
Toggle Declaration/Definition |
Toggle between declaration and definition
of a function. |
 |
|
|
 |
Toggle Form/Code |
Toggle between code and design editors
of a WinForm file. |
|
 |
 |
| Create commands |
C++ |
C# |
VB |
 |
Create Region |
Create a region wrapping the selected
lines of code. |
|
 |
 |
 |
Create Property |
Create Property will transform a variable
declaration inside a class or struct into
a property and hide it using a region. |
 |
 |
 |
 |
Create try/finally |
Wraps the current selection with a try/finally
construct. |
 |
 |
 |
 |
Create try/catch |
Wraps the current selection with a try/catch
construct. |
 |
 |
 |
| Shell commands |
C++ |
C# |
VB |
 |
Open Solution folder |
Open the folder containing the current
solution in an External explorer window. |
 |
 |
 |
 |
Open Project Folder |
Open the folder containing the active
project in an external Explorer window. |
 |
 |
 |
 |
Open Document Folder |
Open the folder containing the active
document in an External explorer window. |
 |
 |
 |
 |
Open Command Prompt |
Open the command prompt window. |
 |
 |
 |
| Clipboard commands |
C++ |
C# |
VB |
 |
Copy Function |
Copy the content of the current function
into the clipboard. |
 |
 |
 |
 |
Cut Function |
Cut the content of the current function
into the clipboard. |
 |
 |
 |
 |
Copy Code Container |
Copy the content of the current code
container into the clipboard. |
 |
 |
 |
 |
Cut Code Container |
Copy the content of the current code
container into the clipboard. |
 |
 |
 |
 |
Copy Code Element |
Copy the content of the current code
element into the clipboard. |
 |
 |
 |
 |
Cut Code Element |
Cut the content of the current code
element into the clipboard. |
 |
 |
 |
 |
Paste Commented |
Paste the content of the clipboard into
your code and comment it. |
 |
 |
 |
 |
Sort selection |
Sort the active text selection. |
 |
 |
 |
| Goto commands |
C++ |
C# |
VB |
 |
Next Function |
Move cursor to the next function. |
 |
 |
 |
 |
Previous Function |
Move cursor to the previous function. |
 |
 |
 |
 |
Top of function |
Move cursor to the top of the current
function. |
 |
 |
 |
 |
Bottom of function |
Move cursor to the bottom of the current
function. |
 |
 |
 |
 |
Top of Code Container |
Move cursor to the top of the current
code container. |
 |
 |
 |
 |
Bottom of Code Container |
Move cursor to the bottom of the current
code container. |
 |
 |
 |
 |
Goto InitializeComponent() |
Move cursor inside the function InitializeComponent(),
if any. |
|
 |
 |