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

WebStorm 2016.2.4: "Go to symbol" is disabled in vue file <script> section #68

Closed jonny-novikov closed 7 years ago

jonny-novikov commented 7 years ago

Webstorm 2016.2.4 October, 18 build

using es6, vue2 & webpack.

Refactorings and navigation is disabled :(

jonny-novikov commented 7 years ago

Phpstorm 2016.2.1 - all fine

jonny-novikov commented 7 years ago

Wow! Finally dowgraded to 2016.1.3 but I investigated that for proper syntax hightlighting we should use

<script lang="es6">

adding lang attribute. I am closing issue.

jonny-novikov commented 7 years ago

@henjue due to webpack loader is usually "babel"

<script lang="babel">

works fine. I think you should mention it in README for users who are using webpack.