Vue.js plugin Code comment settings

Is there a way to specify line comment behaviour for the JS part of Vue files? Setting it in JavaScript doesn't change anything in Vue files.

What I want to do is to disable line comments at first column. I tried disable it under Editor > Code Style > JavaScript > Code Generation > Comment Code > Line comment at first column. But with no effect to Vue files. For js files it works as expected.

0
1 comment

Line comment at first column option doesn't affect embedded JavaScript; https://youtrack.jetbrains.com/issue/WEB-13304 is fixed in 2017.3

0

Please sign in to leave a comment.