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.

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

  • 相关阅读:
    坐标转换convertRect
    error this is not a media message!!!
    嵌入式-第一季-第4课
    嵌入式-第一季-第2课
    嵌入式-第一季-第3课
    嵌入式-第一季-第1课
    web-15. 事件与函数
    web-14. 表达式与程序流程
    web-13. 数组和字符串
    数据-第5课-线性表的本质
  • 原文地址:https://www.cnblogs.com/zjoch/p/1621501.html
Copyright © 2011-2022 走看看