vue / jade comment code syntax error Follow
i work with vue js and jade lang (know also as pug)
when clicking (CTRL + /) wich suppos to comment the line:
<!--b-field(:label='__ ("CALENDAR")')-->
instead of
//b-field(:label='__ ("CALENDAR")')
which is error
if i click twice:
//<!--b-field(:label='__ ("CALENDAR")')-->
which is totally wrong
any idea?
Please sign in to leave a comment.
To me, Ctrl+Slash in pug templates adds the correct comment - `//`:
Same issue here in
with a minor variation:
^/ encloses the pug code line in
<!-- -->
as in the first post above, but another ^/ brings back the original pug code line.
Please follow https://youtrack.jetbrains.com/issue/WEB-47265 for updates