News

Check your CSS code without leaving the IDE by using CssCop, which brings the CSS Lint functionality to the Visual Studio environment.
If you have an existing web application, open it in Visual Studio Code (preferably copying it to a new development branch) and then use the PWA Studio tools to convert it into a PWA.
Simplest tip ever: Use Visual Studio's Go To Definition with CSS classes to get from your HTML to the relevant CSS rule. First click on the name of a class in your HTML ...