Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Polymer VSCode PluginNew to Visual Studio Code? Get it now.
Polymer VSCode Plugin

Polymer VSCode Plugin

Polymer Tools

|
660 installs
| (0) | Free
Provides linting, autocompletion, and more for web components.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Polymer IDE

Unlocks all of the power of the [Polymer Analyzer] in [VS Code]. See the [Polymer Editor Service] for more info, including links to plugins for other editors.

Features:

  • typeahead completions for imported elements, with documentation
  • typeahead completions for element attributes, with documentation
  • inline errors (squiggle underlines)
  • jump to definition support for custom elements and attributes

Installing

In quick open (ctrl/cmd + P), run this command: ext install polymer-vscode-plugin, or see it in the marketplace here.

Try it out on a simple example project

git clone https://github.com/baocang/polymer-tools.git
cd polymer-tools/packages/vscode-plugin/example_project
bower install
code ./

Developing

Want to contribute to the polymer vscode plugin itself? Great!

Note: Most of the vscode plugin's logic exists in the [Polymer Editor Service].

Launching a debug version of the vscode plugin is very simple:

npm install
code .

Then just press F5 to start a debug instance of vscode with the local version of the plugin running.

[polymer analyzer]: https://github.com/baocang/polymer-tools packages/polymer-analyzer [polymer editor service]: https://github.com/baocang/polymer-tools packages/editor-service [vs code]: https://code.visualstudio.com/

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft