All Projects → sukima → vim-ember-imports

sukima / vim-ember-imports

Licence: MIT License
Add and Update Ember import statements

Programming Languages

Vim Script
2826 projects

vim-ember-imports

Excited for the new Ember Module Unification in 3.0? Concerned that you won't be able to remember all the new import statements? Not to fret, this plugin will save the day. You can add and update import statements with on mapping or command. It can fill in missing import statements based on the word under the cursor.

It will properly format the import statements even when updating existing ones and it can wrap long lines oh and it sorts the variables too.

animated screen shot

This plugin is dependent on vim-javascript-imports You must install that plugin before using this one.

Commands, Mappings and Configuration

Read the help to know more.

Installation

Using Vundle:

Just add this line to your ~/.vimrc:

Plugin 'sukima/vim-javascript-imports'
Plugin 'sukima/vim-ember-imports'

And run :PluginInstall inside Vim.

Using pathogen.vim:

Copy and paste in your shell:

cd ~/.vim/bundle
git clone https://github.com/sukima/vim-javascript-imports.git
git clone https://github.com/sukima/vim-ember-imports.git

Using vpm:

Run this command in your shell:

vpm insert sukima/vim-javascript-imports
vpm insert sukima/vim-ember-imports

Using Plug:

Just add this line to your ~/.vimrc inside plug call:

Plug 'sukima/vim-javascript-imports'
Plug 'sukima/vim-ember-imports'

And run :PlugInstall inside Vim or vim +PlugInstall +qa from shell.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].