After the add-in is launched an new tool-bar is created (also a new menu item under "Add-ins"). The tool-bar and menu of VB IDE will look like this:
The main form is showing by pressing the button
. The options from the form is changing
directly the code or controls of the opened project.
Time counting option is active only in saved projects.
In the toolbar there is a combo-box with all the shortcuts definited. Selecting an item from combo-box (by name) will insert directly the code at the current position.
All the tabs on the main form are the following:
You can get help pressing F1 anywhere in the main form or using button "Help" from tab "Start". If you don't find some of new added forms or classes in lists, close the form and reopen it.
Tips: All the undesirable results into the code change can be recovered pressing CTRL-Z (multiple times).