Wrong comments shortcut behaviour
Hi all,
Since I migrated to GoLand from Webstorm I faced a problem with comments in HTML. Basically, whenever I use shortcut for commenting line or block - I got wrong comments type
{{/*<p>text</p>*/}}
instead of
<!--<p>text</p>-->
In before:
- template data language -> Project language: None
- Language injection - turned off (except those which can't be turned off)
Please sign in to leave a comment.
Unfortunately this is a known issue: https://youtrack.jetbrains.com/issue/GO-4833 Please follow / vote for it so that you get an update when this will be fixed.