0.0.2 • Published 8 years ago

modern-standard-ide-plugin-vscode v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

vscode-standardjs

VSCode extension to integrate standardjs into VSCode.

Installation

  1. Press ⌘P(ctrl-p under Linux/Windows) to bring up VSCode Command Palette.
  2. Input ext install standardjs, vscode would loading all extensions whose name contains standardjs.
  3. Install the one you want.

    screenshot

Options

You can config standard in visual studio code settings.json file:

standardjs options

You might also need to set javascript.validate.enable to false in settings.json file, it would disable the default javascript validatation shipped with VS Code.

{
	"javascript.validate.enable": false
}