- Notifications
You must be signed in to change notification settings - Fork3
Provides autocompletion, and more for web components
License
webdesus/polymer-ide.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is polymer_ide plugin for vim version 8.0 and above. This plugin unlocks all of the power of thePolymer Analyzer in vim. SeePolymer Editor Service for more info, including links to other editor plugins.
Features:
- typeahead completions for imported elements, with documentationpic
- typeahead completions for element attributes, with documentationpic
- inline errors (marks on lines)pic
- jump to definition support for custom elements and attributespic
- Vim version 8.0 and above support;
- node.js;
- UltiSnips(option) for supprots snippets;
- Syntastic(option);
Use your favorite package manager(vim-plug,Vundle,pathogen.vim),or add this directory to your Vim runtime path.
For example, if you're using Vundle, add the following line to~/.vimrc
:
Plugin 'webdesus/polymer-ide.vim'
Then go to plugin folder and execute
npm install
If you usingvim-plug then you write next
Plug 'webdesus/polymer-ide.vim', { 'do': 'npm install' }
And npm install execute automatically after install plugin.
For work using snippets needed install UltiSnips from thishttps://github.com/SirVer/ultisnips
:h polymer_ide
About
Provides autocompletion, and more for web components
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.