| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
In quick open (ctrl/cmd + P), run this command: ext install polymer-ide, or see it in the marketplace here.
git clone https://github.com/Polymer/vscode-plugin.git cd vscode-plugin/example_project bower install code ./
Want to contribute to the polymer vscode plugin itself? Great!
Note: Most of the vscode plugin's logic exists in the Polymer Editor Service, so most changes will involve modifying that and using npm link polymer-editor-service in this package.
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.
| Back | FazBrowse Home | New Git URL |