Global Symbols:
The option "Method Display" customises the way in which methods are displayed in the Browse Tree.
| Option | Description |
|---|---|
| No Parameters | The method name is displayed with an empty parenthesis for all parameters.
e.g. void OnMove() |
| Parameter Placeholders | The method name is displayed with asterixes as placeholders
for each parameter.
e.g. void OnMove(**) |
| Parameter Types | The method name is displayed with the types of each parameter
only.
e.g. void OnMove( int, int ) |
| Parameter Types & Identifiers | The method name is displayed with the types and identifiers
of each parameter.
e.g. void OnMove( int cx, int cy ) |
The option "Enable global symbol sub-string searching by default" sets the default state of the "Toggle Sub-String Searching of Global Symbols" button every time Visual Studio is loaded.
Parameters:
| Parameter Style | Description |
|---|---|
| All in one row. | Parameters appear one after each other on a single line. |
| All in one column. | Parameters appear one under each other in a single column. |
| Wrap at max column | Parameters appear after each other on a single line, and are wrapped if they exceed the "Wrap" column. |
The option "Generate leading space" will add a space between the function open bracket and the first parameter.
Comments:
Each generated function can be prefixed or postfixed with a comment block. Use the "Pre-Function" and "Post-Function" text blocks to defines these comment blocks. You can also use the "Pick a Style" list to choose from some common formats.
Choose "Generate TODO body comments" to add a "TODO" comment to any function generated.
The currently set Global Unmanaged C++ Libraries are made visible for comparison purposes, and can be changed herer too.
This option reapplies the default Visual Sidekick keybindings to Visual Studio. Use this if the bindings have been lost, or if you decided not to apply keybindings during first-time activation.
The apply keybindings dialog give you the ability to deselect any keybindings that you do not want changed.
You can edit these keybindings directly via the Visual Studio Tools / Customize / Keyboard dialog. All Visual Sidekick keybindings names are prefixed with "VskAddin.Connect".
You can edit these keybindings directly via the Visual C++ Tools / Customize / Keyboard dialog's "Add-In" category. All Visual Sidekick keybindings names are prefixed with the text "Vsk".