Answer the question
In order to leave comments, you need to log in
Adding a note in Visual Code?
Good afternoon! I am learning from video. The author typesets in Bracket and makes notes at the end of /div for large end tags.
I know that there is a CTRL + / hotkey, but it translates the nearby div into the note part, and I need to leave a comment next to the closing tag. Tell me how to be.
Answer the question
In order to leave comments, you need to log in
Look for the command in the hotkey settings I set editor.action.blockComment
myself a combinationCtrl+Shift+/
{
"key": "ctrl+shift+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question