Useful shortcut keys of Visual studio 13
In the previous artical I have discussed about IEnumerable and IEnumerator in C#? Today i am going to tell you some very useful shortcut keys for Visual studio 13.Most of the shortcuts are same as the previous version of visual studio had.
Below are the commonly used shortcuts keys for visual studio 13 -Key Combination | Description |
---|---|
ctrl + k, ctrl + d | Format Document |
f12 | Go to definition |
alt + f12 | Peek defination |
ctrl + alt + home | Promote peek definition to new window |
ctrl + k, ctrl + c | Comment Code Block |
ctrl + k, ctrl + u | Uncomment Code Block |
Ctrl + F | Quick Find - lets you quickly find a string in the currently opened document |
Ctrl + H | Quick Replace |
Ctrl + Shift + F | Find in Files |
Ctrl + Shift + H | Replace in Files |
Ctrl + Comma | Provides search-as-you-type support for files, types and members |
Ctrl + G | Navigates to a given line number in the currently opened document |
Ctrl + .(Dot) | Look for assembly/namespace |
Ctrl + U | Converts the currently selected text to lower case |
Ctrl + Shift + U | Converts the currently selected text to upper case |
Ctrl + E + D | Formats the current document |
Ctrl + R + R | Allows you to rename the element under the text caret, automatically doing all the needed refactoring |
Ctrl + Shift + B | Builds the solution |
Ctrl + F5 | Starts the project without debugging |
F9 | Toggles (inserts/removes) a break point at the current line |
F10 | Executes the line of code after the current break points and stops execution there |
F11 | Steps into the code called by the currently executing line of code |
ctrl + shift + f9 | Delete all breakpoints |
ctrl + alt+ i | Immediate Window |
Above are the commonly used shortcuts used by developer in there daily routine.
I hope you have liked this tutorial. I would like to have feedback from you. Your feedback, question ,queries or comments are always welcome.
Thanks.
Useful shortcut keys of Visual studio 13
Reviewed by CodiBucket
on
09:53
Rating:
No comments: