-
Notifications
You must be signed in to change notification settings - Fork 0
Toggle Comment
Amadej Glasenčnik edited this page Dec 23, 2023
·
1 revision
This action, as name says, toggle comment on selection. Almost all programmer’s text editors have such action, but this one works differently. When there’s no selection, editor’s action toggles comment on current line while Emmet’s one do this on current context. For HTML it’s a full tag, for CSS it’s a rule or full property.
This action is invoked by pressing: Ctrl + /
This documentation is based on the concepts and ideas of Emmet.
For the source code of EmmetVS, please visit the GitHub repository.