How to disable Edit Project when double click on Visual Studio 2019?

Visual Studio 2019 (version 16.0) introduced the ability to double click on SDK-style projects in Solution Explorer and having them open in the editor. Based on feedback, an option has been added in Visual Studio 16.1 (currently in preview) that restores the previous behaviour. If you prefer the old behaviour, uncheck this setting. EDITORIAL: SDK-style … Read more

ESLint support Visual studio 2017

How to Get ESLint Working in Visual Studio 2019 and 2017: 2019 v16 & 2017 >= v15.8 I’ve included the previous version instructions at the end, but do yourself a favor and upgrade if you want this feature. From the menu: Tools > Options > Text Editor > Javascript/Typescript > Linting Check Enable Eslint The … Read more

Installation of AnkhSVN Visual Studio 2019

I have made a fork of the AnkhSVN project and published a version on Visual Studio Marketplace as AnkhSVN2019. This version targets only Visual Studio 2019. The page on the Visual Studio Marketplace is here: https://marketplace.visualstudio.com/items?itemName=PhilJollans.AnkhSVN2019 You can also find it by searching the Visual Studio Marketplace in Visual Studio. The project is on GitHub … Read more

How do I find files that are missing from visual studio projects?

With that number of files and projects, it sounds like you might want something more automated. However, there is a manual approach (not sure if you are already aware of it): Select the project in Solution Explorer pane Project menu -> Show all Files Under the project, files which are not part of the project … Read more

The ‘CascadePackage’ package did not load correctly

Seem like this was caused by LiveShare. From Visual Studio Developer Community Just search for The ‘CascadePackage’ package did not load correctly As for my two issues: On one machine…the error went away by starting VisualStudio. On another machine I went into Tools->Get Tools and Features… Click on Individual components search for Live Share. Uncheck … Read more