locked
How to disable some features of VS to make it faster RRS feed

  • Question

  • User887623398 posted

    Hello,

    Is it possible to disable some features of visual studio and make it faster?

    VS 2019 is very slow and omnisharp intelisence is worse on VS code!

    Thanks

    Sunday, September 20, 2020 3:38 PM

Answers

  • User1535942433 posted

    Hi SaeedP,

    As far as I think,firstly,I suggest you could open your Task Manager and check what affect the visual studio perfoemance.

    And then,if you disable features of visual studio,you could:

    1.Disable automatic file restore

    2.Configure debugging options

    3.Disable tools and extensions

    4.Other tools and extensions

    5.Force a garbage collection

    More details,you could refer to below article:

    https://docs.microsoft.com/en-us/visualstudio/ide/visual-studio-performance-tips-and-tricks?view=vs-2019

    Best regards,

    Yijing Sun

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, September 21, 2020 1:36 AM

All replies

  • User475983607 posted

    SaeedP

    Is it possible to disable some features of visual studio and make it faster?

    VS 2019 is very slow and omnisharp intelisence is worse on VS code!

    Visual Studio and VS code perform great on my machine. 

    Tools -> Options contains Visual Studio options.   There's also an Extension drop down menu.

    Perhaps you need to shutdown other applications running on your machine.  Use Task Manager to see what's taking up resources.

    Sunday, September 20, 2020 3:55 PM
  • User1535942433 posted

    Hi SaeedP,

    As far as I think,firstly,I suggest you could open your Task Manager and check what affect the visual studio perfoemance.

    And then,if you disable features of visual studio,you could:

    1.Disable automatic file restore

    2.Configure debugging options

    3.Disable tools and extensions

    4.Other tools and extensions

    5.Force a garbage collection

    More details,you could refer to below article:

    https://docs.microsoft.com/en-us/visualstudio/ide/visual-studio-performance-tips-and-tricks?view=vs-2019

    Best regards,

    Yijing Sun

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, September 21, 2020 1:36 AM
  • User1034446946 posted

    i had terrible trouble with vs code when i moved over to it, all my problems with omnisharp where due to a configuration issue, partly because of differences between 32bit and 64 bit stuff on my machine, and some enviroment variables. once i got them sorted its been plain sailing since, but finding what they were and finding the fixes were a pain.

    Wednesday, September 30, 2020 12:14 AM