Visual Assist

  1. Find any symbol (Shift+Alt+S)

    Bildschirmabzüge: In a dialog that supports similar filtering, find any symbol in your solution. 0 ...

  2. Go to implementation (Alt+G)

    Bildschirmabzüge: Despite comparable functionality in Visual Studio, many users rely on Visual Assist to find more definitions and declarations than built-in Intellisense. 0 ...

  3. Go to anything related (Shift+Alt+G)

    Bildschirmabzüge: The big brother of Alt+G can take you just about anywhere related to the current symbol. Instead of chasing an implementation with successive presses of Alt+G, use Shift+Alt+G to jump into a hierarchy. 0 ...

  4. Open corresponding file (Alt+O)

    Bildschirmabzüge: Open the file that is most related to the active document. In C/C++, Alt+O typically opens a corresponding header or source file. Alt+O opens a menu when more than one destination is possible. 0 ...

  5. Find references (Shift+Alt+F)

    Bildschirmabzüge: Although built-in Find References has improved over the years, the version in Visual Assist is still faster, more powerful, and often more complete. 0 ...

  6. Quick actions and refactoring menu (Shift+Alt+Q)

    Bildschirmabzüge: Access the features of Visual Assist applicable to the current context with Shift+Alt+Q. The content of the menu varies greatly. Experiment from symbols of different types, expressions, lines, and whitespace. 0 ...

  7. List methods in file (Alt+M)

    Bildschirmabzüge: Navigate the current file from a simple drop-down of classes and methods in it. Filter the list using substrings. 0 ...

  8. Rename (Shift+Alt+R)

    Bildschirmabzüge: Although built-in Rename is occasionally sufficient, the version in Visual Assist is faster, more powerful, and often more complete. 0 ...

  9. Use VA Hashtags

    Bildschirmabzüge: Add hashtags to comments and navigate among them via tool window (Shift+Alt+H) or go-to command (Shift+Alt+G). VA Hashtags are effectively bookmarks and tasks that move with your code. 0 ...

  10. Open any file (Shift+Alt+O)

    Bildschirmabzüge: Find and open any file in your solution using a simple dialog and a few search tokens. 0 ...