Reading List

Automatic issue fixing and filtering in Visual Studio Code from Christian Heilmann RSS feed.

Automatic issue fixing and filtering in Visual Studio Code

Using the Microsoft Edge DevTools for VS Code extension you get live analysis of your code and information about problems with accessibility, compatibiliity, security and performance. One highly requested feature was to automatically fix issues or allow users to never report a certain issue again. This is now part of the extension since version 2.1.1. […]