vscode-go-template
vscode-go-template copied to clipboard
Comment Support
Currently using the comment shortcut "control + /" uses whatever the default comment type is for the file extension, for exampled <!-- comment -->
in html, rather than the go template comment format which is {{/* a comment */}}
It would be great to be able to instead use the go template comment format for identified template files.