11 Optimization Tips For Visual Studio
Monday, April 27th, 2009
at 6:33pmTrusted By
Welcome Back! I hope you enjoy the content on this site. If you have not done so already, you may want to subscribe to my RSS feed and if you have a minute I would love to have your Feedback. Thanks for visiting!
Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks.
Remember if you mess things up you can always reset your Visual Studio Settings (Tools->Import and Export Settings->Reset All Settings)
Visual Studio Optimization Tips:
- Disable F1. (Tools->Options->Environment->Keyboard) (I always end up hitting it by mistake when reaching for the escape key)
- Disable "Animate environment tools" (Tools->Options->Environment->General)
- Disable Start Page (Tools->Options->Environment->Startup)
- Disable "Track Active Item in Solution Explorer" (Projects and Solutions).
- Disable Navigation Bar (Tools->Options->Text Editor->C#)
- Set "AutoToolboxPopulate" to false (Tools->Options->Windows Forms Designer).
- Turn off Track Changes. (Tools->Options->Text Editor->Track changes)
- Bind Ctrl+Shift+k to Edit.LineDelete
- Bind Shift+Enter to Edit.LineOpenBelow
- Bind CTRL+SHIFT+ALT+Z to Attach To Process
- (Ctrl+K, Ctrl+D) to reformat the code when things get messy
If you have some tips on your own please share in the comments!
Hope this helps!
Hatim
Posted via web from CodeBetter



0 意見:
張貼留言