Make sure Visual Studio 2005 SP1 is installed.请确认已经安装VS2005SP1补丁.
Turn off animation.关闭自动化设置.
Go to Tools | Options | Environment and uncheck Animate environment tools.
Disable Navigation Bar.关闭导航栏.
If you are using ReSharper, you don't need VS2005 to update the list of
methods and fields at the top of the file (CTRL-F12 does this nicely).
Go to Tools | Options | Text Editor | C# and uncheck Navigation bar.
Turn off Track Changes.关闭跟踪变化??自己感觉有点不通顺
Go to Tools | Options | Text Editor and uncheck Track changes. This will reduce overhead and speeds up IDE response.
Turn off Track Active item.关闭跟踪活跃文件
This will turn off jumping in the explorer whenever you select different files in different projects. Go to Tools | Options | Projects and Solutions and uncheck Track Active Item in Solution Explorer.
This will ensure that if you are moving across files in different
projects, left pane will still be steady instead of jumping around.
Turn off AutoToolboxPopulate.关闭工具栏自动生成
There is an option in VS 2005 that will cause VS to automatically
populate the toolbox with any controls you compile as part of your
solution. This is a useful feature when developing controls since it
updates them when you build, but it can cause VS to end up taking a
long time in some circumstances. To disable this option, select the Tools | Options | Windows Forms Designer and then set AutoToolboxPopulate to False.