Provides autocompletion, linting, and more for web components.
Unlocks all of the power of the Polymer Analyzer in Atom. Uses the atom-languageclient to talk to the Polymer Editor Service, and the atom-ide-ui to provide the UI.
Features:
hyperclick:confirm-cursor
keybinding.alt-a
, see
diagnostics:show-actions-at-position
in keybindings.apm install atom-ide-ui polymer-ide
# Run the "Window: reload" command in atom (or restart it).
Important Note: If you're upgrading from a previous version, double check to be sure that you've installed atom-ide-ui
.
git clone https://github.com/Polymer/atom-plugin
cd atom-plugin/example_project
bower install
atom ./
git clone https://github.com/Polymer/atom-plugin
cd atom-plugin/
yarn
# Register this package only for development
apm link -d
# Run Atom in development mode
atom -d .
The functionality of this plugin lives in the Polymer Editor Service, so most changes you'll want to make will be there, so it's advisable to link in a local copy of it during development:
cd folder/of/editor/service
yarn link
cd folder/of/atom-plugin
yarn link polymer-editor-service