Files
open-wc/docs/ide
Andrew Noblet 0d8966ae60 docs: add alternatives in IDE section
* 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>
2019-02-21 21:09:24 +01:00
..

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:

  1. File > Preferences > Settings
  2. click on "..." > Open settings.json

VSCodeSettings

Plugins

We recommend the following plugins: