Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Provides autocompletion, and more for web components

License

NotificationsYou must be signed in to change notification settings

webdesus/polymer-ide.vim

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

Requirements

  • Vim version 8.0 and above support;
  • node.js;
  • UltiSnips(option) for supprots snippets;
  • Syntastic(option);

Installation

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

For more information, read documentation

:h polymer_ide

Features in a gif

Completions with documentation

preview

Navigation by errors

preview

Go to definition

preview

Todo

  • Get references for element#1
  • Better highlight#3
  • Write tests#4
  • etc...

If you wanna help with plugin, please before beginning, inform about your intention(create issues or comment existing). That other people do not do double job.

About

Provides autocompletion, and more for web components

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp