Step 1: make sure you've got the latest version (15.5.1 at the time of this writing)
Disable the performance profiling/tooling (sry, no screenshot)
Disable JS debugging:
Disable ESLint:
Only analyze projects which contain files opened in the editor:
Disable WebForms:
Disable XAML:
If you really must, disable the new JS language service (you probably don't need to do this):
Don't know about this, but you could try adding more ignores to the code analysis:
Disable Task Runner and vshub.exe from This SO Post by placing a file called devenv.pkgundef
in your VS Common7/IDE folder (for me C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\
) with the following content:
// Exclude TaskRunnerExplorer
[$RootKey$\Packages\{b483c4e7-43a6-4f7b-a9a1-79e2c5d12148}]
// Exclude VsHubServicePackage
[$RootKey$\Packages\{F419E6BB-F72F-42CF-ACFE-D0D0E17FCB17}]
// Exclude JavaScriptWebExtensionsPackage
[$RootKey$\Packages\{30db8f9b-ec9f-44d6-b377-83c7c27a1a8b}]