-
Notifications
You must be signed in to change notification settings - Fork 0
Select Item
Amadej Glasenčnik edited this page Dec 23, 2023
·
1 revision
Action is similar to “Go to Edit Point”, but selects important code parts.
In HTML, these are tag name, full attribute and attribute value. For class attribute it also selects distinct classes.
In CSS, it matches selector, full property and property value. For complex values and functions like 1px solid red
or url(image.jpg)
also selects part of it.
Next item action is invoked by pressing: Ctrl + Shift + .
Next item action is invoked by pressing: Ctrl + Shift + ,
This documentation is based on the concepts and ideas of Emmet.
For the source code of EmmetVS, please visit the GitHub repository.