 |
|
|
 |
|
|
 |
|
 |
Thank You for such a great article. Any job takes some to time to be done. So thanks again for very useful article and time you spent to do it
This is inevitable!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
 | nice :)  fire_birdie | 20:49 16 Dec '08 |
|
 |
Very nice list, here are a few things you could add:
The shortcut you listed for navigating backwards from Goto Definition (Ctrl+-) is actually a general purpose one, it tracks the location of the cursor for any kind of movement (not just Goto Definition). VS actually maintains a separate stack for Goto Definition which you can go through using Ctrl+Shift+8 (back) and Ctrl+Shift+7 (forward, same as redoing Goto Definition but without destroying the stack). These shortcuts cannot be configured and you probably won't find them listed anywhere in the docs.
Ctrl+Tab works well for navigating open files, but some people don't like the dialog. For those crazy people, there is Ctrl+Alt+Down (this opens the list of open files, same as clicking the down arrow to the left of the close button in the tab area).
It's worth noting that "prop TAB TAB" is a code snippet. Snippets only require one tab, but the first one gets rid of Intellisense. There are lots of them built in to VS, try #region, ctor, try, tryf, foreach, for, and forr (reverse for loop). You can also create your own (check out the Snippet Designer on CodePlex[^] unless you're feeling brave). You can also wrap code in blocks (like a try or if) by selecting the code and hitting Ctrl+K,S. Oh, use Tab and Shift+Tab to move between the fields and hit Enter when you're happy with the values.
You don't have to delete and retype a . to get Intellisense back, Ctrl+Space does that (actually it’s word completion but it’ll invoke Intellisense if there is more than one possible option).
I used to delete and retype the bracket or one of the commas in a method call to get the tooltip up. Turns out the shortcut is Ctrl+K,P.
Ctrl+K,I will bring up info (origin, type, name) about the current word.
I hope these are as useful for you as they are for me 
|
| Sign In·View Thread·PermaLink | 5.00/5 |
|
|
|
 |
|
 |
Very useful indeed i will add some of them in my next update. Thanks for the quick tips. Also there are few others which i will update here when i will get time. Although there are many but i want to include here only the commonly used tips which can be of help for everyone. Also i am doing some posts on Resharper which is indeed very useful from a developer perspective.
Thanks fire_birdie for your suggestions Happy Programming!!!!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
thanks for sharing. one suggestion , which already mentioned by one, that you can change the images. 5 from me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Thanks a lot for the tips... although shifting between Design & Source view has been changed to Shift + F7 in VS2008
Dwain Browne
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Thabks for the tips! To delete a line, without having to put the cursor in the beggining, but without copying it, you also can Ctrl+Shift+L.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |