Skip to content

Visual Studio Code

SidV edited this page Apr 9, 2018 · 15 revisions

Extensiones a probar

Linters

A linter is a tool that provides warnings for suspicious looking code. VS Code supports linters through extensions. Linters provide warnings, errors, and light bulb actions.

VS Code provides support for JavaScript linters, including ESLint, JSHint and StandardJS. If enabled, the JavaScript code is validated as you type and you can navigate to reported problems and fix them inside VS Code.


Testeadas

Clone this wiki locally