I am new to VScode.
I was wondering if there is any way to change the behavior of the line comment shortcut key for a particular file extension.
In particular, I have a file whose name is file.frm.
Now a line comment for this file type should be * i.e.
cat file.frm
* This is a comment
// This is not a comment
// However ctrl+k ctrl+c puts line comment as // like in C
The default ctrl+k ctrl+c puts line comment as // similar to C.
I want to change this to *. But of course, the behavior of this shortcut will be unchanged for other file types as usual. How do I do it?
There is official extension support for syntax highlighting for this file-type but apparently no support for line comment shortcut:
Name: FORM Syntax Highlighting
Id: benruijl0774.vscode-form
Description: Syntax highlighting for the symbolic manipulation toolkit FORM.
Version: 0.0.1
Publisher: Ben Ruijl
VS Marketplace Link: https://marketplace.visualstudio.com/items?
itemName=benruijl0774.vscode-form
