If you need to change the shortcut keys, you can modify the keybindings.json file to implement the shortcut key modification function.
{
"key": "alt+a",
"command": "extension.commentAdd",
"when": "editorTextFocus"
},
{
"key": "alt+s",
"command": "extension.commentUpdate",
"when": "editorTextFocus"
},
{
"key": "alt+d",
"command": "extension.commentdelete",
"when": "editorTextFocus"
}
You need to set Keyword1, Keyword2, and Keyword3 in the plug-in settings according to actual needs.
When any setting is set to the string "now", the system date(yyyy/MM/dd) will be output.