B
B
BVADN2021-04-25 12:58:43
HTML
BVADN, 2021-04-25 12:58:43

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.
60853d48eb7a9239109951.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roma Zvarich, 2021-04-25
@BVADN

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 question

Ask a Question

731 491 924 answers to any question