VS2013 + VAX tips

Keyboard Shortcuts

1, shortcut ALT + M, show all symbols in the current open document, and can input filter

2, find the file, shift + alt + o, (located directly, it is the project of the heart should behave)

3, to find the symbol shift + alt + s

4, look for selected content, shift + alt + f

5, selection renamed, shift + alt + r

6, alt + o, to achieve the mutual conversion .h file .cpp

7, alt + g, targeting function declarations

skills

   1, automatic error correction

          After installing VAX, code hints appear automatically when writing code. Or press Ctrl + j keys, the default is VS2013 code hints shortcuts. (This function is similar to Eclipse, the Alt + /)

     VAX also provides a powerful auto-correction feature (similar to Eclipse in the Ctrl + 1), this is a VS2013 itself does not. Shortcut Shift + Alt + Q, can automatically include, automatic creation function and other functions.

   2, automatically adding comments

         Function Comment

           Right function name -Rafactor-Document Method

         File Comments

           To add a comment in the file header, you need to put the mouse cursor to the first line VS editor, then click VAssistX-Insert VA Snippet ... -File Header Detail, you can increase the file header comment.

Guess you like

Origin www.cnblogs.com/qishengfeng/p/11067760.html