Open Corresponding File
C/C++ users often visit corresponding header and CPP files. Make the task simpler with a new button to open the file corresponding to the one you are editing.
If you are editing a header, the button opens the CPP file with the similar name. If editing a CPP file, the button opens a header. Other file types are supported similarly; offering a menu when more than one file exists with a similar name. For example, when foo.cs and foo.vb both exist in a project, VA will alternate between these two files. If a third file, foo.aspx, exists, VA will display a menu of the two other files when you click the button.
Search Method
Visual Assist X looks in the current directory of the file you are editing for the corresponding file. If not found, Visual Assist X searches your project.
Miscellaneous
This command is also accessed using the Alt+O shortcut.