The following are the most useful shortcut keys for VAX:
1. Alt + G: jump between definition and declaration.
2. Alt + O: jump between. h and. cpp. (O is the letter O, not the number zero)
3. Alt + Shift + Q: move the mouse to the function name. In the H file, right-click the shortcut key and choose create definition from the shortcut menu; if it is in the CPP file, right-click the shortcut key and choose create declaration from the shortcut menu. After defining the interface, it is very quick to combine Alt + O. Of course, in this case, it will be faster to right-click the mouse and work with ALT + O.
4. Alt + Shift + R: When you want to change the name of a class or other things, you may have referenced this name in many places. Press this shortcut key, you can easily rename it.
5. Alt + Shift + S: helps you find an object or variable.
6. Alt + Shift + O: locate the file. If there are too many project files, this will be very helpful. Of course, it is best to have a good standard for naming your file names.
7. Alt + Shift + F: place the cursor on a string. Press this key to find all the places that reference this string.
Some shortcut keys must be positioned on the function or class, object, and variable name by the cursor.
With the shortcut keys of viemu and Visual Studio itself, this development environment is quite cool.
Shortcut reference: http://www.wholetomato.com/products/features/shortcut.asp