2013-04-11

Useful VS shortcuts


alt + mouse drag - creates a "selectable box" that you can use to mark certain parts of vertically aligned items such as replace all "int" in a specific line or whatever
shift + alt + enter - fullscreen coding window (remove all crap windows when you don't need them)
ctrl + k + k - bookmark
ctrl + k + n - goto next bookmark
ctrl + / [or '] - command box where you can write stuff like >of melee to quick open file
ctrl + ] [or å] - goto matching brace
ctrl + shift + ] [or å] - select everything between matching brace
Ctrl + F10 - run to cursor when debugging
Ctrl + W - select current word

ctrl + shift + r - record temporary macro
ctrl + shift + p - run temporary macro
Ctrl + K + S - surround selected code with...
Ctrl + Shift + u - Make uppercase
Ctrl + u - Make lowercase

Inga kommentarer:

Skicka en kommentar