polymer-ide

Provides linting, autocompletion, and more for web components.

polymer

7,426

19

0.4.0

BSD-3-Clause

GitHub

This package provides the following services:

Unlocks all of the power of the Polymer Analyzer in Atom. See the Polymer Editor Service for more info, including links to other editor plugins.

Features:

Installation

apm install polymer-ide
apm install linter # optional, for red squiggles under errors
# Run the "Window: reload" command in atom (or restart it).

Try it out on a simple example project

git clone https://github.com/Polymer/atom-plugin
cd atom-plugin/example_project
bower install
atom ./

Contributing

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 .

It is advisable to link the Polymer Analyzer and Polymer Editor Service during development:

cd folder/of/analyzer
yarn link
cd folder/of/editor/service
yarn link
cd folder/of/atom-plugin
yarn link polymer-analyzer
yarn link polymer-editor-service