vue-for-idea icon indicating copy to clipboard operation
vue-for-idea copied to clipboard

This is vue plugin for idea

Results 33 vue-for-idea issues
Sort by recently updated
recently updated
newest added

I get "Attribute v-if is not allowed here" is I use v-if on any element. It seems like PHPStorm knows quite a few v-\* attributes, but not v-if. Neither does...

enhancement

After installing this plugin, if I right-click on a folder and choose New in the menu, the first option to choose is Vue File. I would really prefer it old...

亲,我用的是idea15,最近最近一段时间在idea中不可用了,https://plugins.jetbrains.com/plugins/alpha/8123 https://plugins.jetbrains.com/plugins/alpha/9188 都找不到了 @

Hi, On gitter few people confirmed the same issue. This plugin is causing an issue with node-modules folder... no idea why

Would it be possible to support TypeScript with some kind of attribute on the script tag? To be honest, I'm not entirely sure whether it's even possible to use Vue...

In phpstorm code collapse is fine for templates, but there is no folding between script. Therefore arrays and closures won't fold So there is no folding for export default or...

Every time when the code is auto-formatted (with clt+ctrl+L) then a new line is added before the `` closing tag.

Is that even possible to highlight vue tags? I already add two regex for `@` and `v-*` but it does not work with `:`. For example ![2017-01-02_23-00-12](https://puu.sh/t8K2q/837f7fed2f.png) ![2017-01-02_23-00-12](https://puu.sh/t8KaI/73211c9eb3.png) But ide...

`node_modules` folder disappears after installing `vue-for-idea` This is directly related to this module. If I uninstall `vue-for-idea` my `node_modules` folder shows up again in the Project pane. https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FWEB-22888

大括号和分号都报红,sass不能用scss语法去写么? 更正———— 虽然报红,但是build可以成功,样式也可以生效。然而报红看着还是不舒服,这个问题怎么破?