zoukankan      html  css  js  c++  java
  • VS2005和VS2008提速办法

    下面是在网上找到的加速VS2005的6个步骤, 除了第一条, VS2008还没有相应的SP1之外, 其余5条同样适用于VS2008, 下面我给各条加上更改选项的图片.

    =====================================

    Speed up Visual Studio 2005

    • Make sure Visual Studio 2005 SP1 is installed.
    • 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.

    =====================================

  • 相关阅读:
    Container(容器)
    version ctrl
    url和uri的区别
    Injector
    build tool
    变量
    python中break和continue的区别
    同步代码块以及同步方法之间的区别以及联系
    写在前面
    WebService入门
  • 原文地址:https://www.cnblogs.com/zjoch/p/1621501.html
Copyright © 2011-2022 走看看