mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
* Create atom.md * Rename atom.md to alternatives.md * Update README.md * Update docs/ide/alternatives.md Co-Authored-By: anoblet <andrewbnoblet@gmail.com> * Update docs/ide/README.md Co-Authored-By: anoblet <andrewbnoblet@gmail.com>
IDE
Your IDE is your primary tool while working with code, we recommend the following tools and plugins to make developing Web Components easier.
Visual Studio Code
We recommend VSCode. For alternative IDEs see here.
For setup please visit the instructions on the Visual Studio Code homepage.
Configuration
We recommend the following user settings:
{
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
}
How to set up:
- File > Preferences > Settings
- click on "..." > Open settings.json
Plugins
We recommend the following plugins:
- ESLint
Get ESLint feedback directly in your IDE => more details under Linting - lit-html
Highlights all your html tagged template literals - vscode-styled-components
Highlights all your css tagged template literals
