pichillilorenzo / JavaScriptEnhancements

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
MIT License
638 stars 41 forks source link

.vue file support #55

Open standuprey opened 6 years ago

standuprey commented 6 years ago

Is there anyway to make this work inside a .vue file?

pichillilorenzo commented 6 years ago

Unfortunately it doesn't work on .vue files.. I tried something but it doesn't work well because Flow doesn't support it yet (see: https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project). I'm really sorry about that :disappointed:

The Flow team need to add the support in order to parse them properly to get autocompletion, errors, etc.

mauroreisvieira commented 6 years ago

@pichillilorenzo but you can put Javascript auto complete inside Vue extension file?

pichillilorenzo commented 6 years ago

@maurovieirareis I have already tried it, but like I said, it doesn't work well 😞

mauroreisvieira commented 6 years ago

@pichillilorenzo It's a shame, some auto completes are going to work out great.