Visual Studio Code - Orange-OpenSource/Orange-Boosted-Bootstrap GitHub Wiki
Extensions that can be useful
-
Stylelint - Official Stylelint extension for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) to see live in your code files the lint rules that are not respected.
Settings to do in Visual Studio Code:
- go to
Settings/Workspace - in
Stylelint: Validatesection, click on the buttonAdd an itemand addscssto the list of the languages that should be validated by Stylelint
- go to
-
Code Spell Checker - Street Side Software (https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) to see live in your code files the docs-spellcheck rules that are not respected.