I am always looking for ways to code / browse through codes easier and faster. What are some of your favorites Visual Studio 2010 Keyboard Shortcut?
Here are some of mine.
1. View Call Hierarchy - CTRL + K + T
This shortcut has help me find where a method or properties are being used.
2. Cut Line to Clipboard - CTRL + L
It's an easy way to copy and paste a line or just deleting a line that's not being used quickly.
3. Searching without a search dialog - CTRL + F3 or CTRL + SHIFT + F3
This shortcut will use whatever keyword your mouse cursor is on as a text to find.
4. Fuzzy Search - CTRL + , (Comma Key)
Have you ever need to find methods, properties, file which contains a certain keywords and you don't really remember the full name? This is probably the best shortcut in Visual Studio 2010.
5. Find matching curly bracket - CTRL + }
This will help you find matching curly bracket for those hundred lines methods or classes.
6. Go back to the last method (where your cursor was) CTRL + -
Do you like pressing F12 to Go To Definition? This shortcut will help you get back where you were.
No comments:
Post a Comment