springeye / vue-for-idea

This is vue plugin for idea
https://plugins.jetbrains.com/plugin/9188
BSD 3-Clause "New" or "Revised" License
321 stars 45 forks source link

Vue support in other files (such as .html, .php) #5

Closed spaceemotion closed 8 years ago

spaceemotion commented 8 years ago

Hey, I was wanting to try out the the plugin, but it seems that its current scope is limited to .vue files. As I sometimes just need small snippets that I write directly into my laravel application's blade.php files, i was wondering if you could add support for vue (and its tags) to every html-like file type. Cheers!

tristanbes commented 8 years ago

or twig files for instance (.html.twig) ;)

springeye commented 8 years ago

@mrjeye do you think?

krokofant commented 8 years ago

This is why I installed this plugin but it seems it does not meet my requirements :(

I want to get rid of these errors in my .html files saying the vue attributes aren't valid.

index_htm
springeye commented 8 years ago

Sorry, this plugin is mainly used for the.Vue template file. Other documents are not considered for the time being.