Visual Studio 2015 is extremely slow

后端 未结 9 841
北荒
北荒 2020-11-28 18:37

I have installed Visual Studio 2015 Professional Edition, and my computer specs are Intel i7-3770 CPU 3.40 GHz, 8 GB RAM, and Windows 7 Enterprise 64-bit.

I wan

9条回答
  •  醉梦人生
    2020-11-28 19:35

    This site contains some useful tips on how to improve the Visual Studio performance, disabling features for large solutions. For example:

    1. Go to Tools -> Options -> Text Editor -> C# -> Advanced and uncheck Enable full solution analysis

    2. Go to Tools -> Options -> XAML Designer -> General and uncheck Enable XAML Designer (requires restart of Visual Studio)

    3. Go to Tools -> Options -> Text Editor -> All Languages and uncheck Enable CodeLens

    4. Go to Tools -> Options -> Debugging -> General and disable Enable Diagnostic Tools while debugging

提交回复
热议问题