Vim Plugin for Ember-Cli

Do we have any vim-plugin for emberjs syntax, handlebars syntax, hbs templates in html ? It’s surprising that both Yehuda and Tom use vim and still we don’t have first-class vim plugins for Emberjs.

1 Like

I use GitHub - mustache/vim-mustache-handlebars: mustache and handlebars mode for vim for handlebars highlighting, works great. I’m curious if there’s any kind of autocomplete plugins or something for Ember, but all of the other Ember stuff is just picked up by my regular JS highlighter.

1 Like

Does it work in inline html templates too ?

On autocompletion path I totally agree with you. We should have a plugin like Rails.vim for Ember.

I don’t think so, it’s based off file extension.

Just found this old post while searching for this, maybe saves some times if someone finds this post as well

https://github.com/dsawardekar/ember.vim

This plugin has not been maintained as Ember has evolved.

I’m looking for a modern Vim plugin that fully supports Ember 2 and Ember CLI.

I believe Yehuda uses Vim, and would love to know his setup.

1 Like

Bueller… Bueller… Bueller…

It would be great if some of the people from Ember community can share their workflow. Many people are using vim-projectionist. It would be great if someone can share what they use and how!