Scripts

ToolsScriptsEmmet
ToolsScriptsEmmetExpand abbreviation

Converts the selected text to a pair of opening and closing HTML or XML tags. For example, if div is selected, this item will replace that with <div></div>.

ToolsScriptsEmmetWrap with tag

Wraps the selected text with the tag provided on the command line.

ToolsScriptsEmmetSelect HTML/XML tag contents inwards

When the cursor is inside a pair of HTML/XML tags, this option will change the selection to include the contents of those HTML/XML tags, without selecting the tags themselves.

ToolsScriptsEmmetSelect HTML/XML tag contents outwards

When the cursor is inside a pair of HTML/XML tags, this item will change the selection to include the contents of those HTML/XML tags, including the tags themselves.

ToolsScriptsEmmetMove cursor to matching tag

If the cursor is inside an opening HTML/XML tag, this item will move it to the closing tag. If the cursor is inside the closing tag, it will instead move it to the opening tag.

ToolsScriptsEmmetToggle Comment

If the selected portion is not a comment, this item will enclose that portion in HTML/XML comments (e.g. <!-- selected text -->). If the selected portion is a comment, the comment tags will be removed instead.

ToolsScriptsEmmetDelete tag under cursor

If the cursor is presently inside a HTML/XML tag, this item will delete the entire tag.

ToolsScriptsEmmetDecrement number by 1

This item will subtract one from the currently selected text, if it is a number. For example, if 5 is selected, it will become 4.

ToolsScriptsEmmetDecrement number by 10

This item will subtract 10 from the currently selected text, if it is a number. For example, if 15 is selected, it will become 5.

ToolsScriptsEmmetDecrement number by 0.1

This item will subtract 0.1 from the currently selected text, if it is a number. For example, if 4.5 is selected, it will become 4.4.

ToolsScriptsEmmetIncrement number by 1

This item will add one to the currently selected text, if it is a number. For example, if 5 is selected, it will become 6.

ToolsScriptsEmmetIncrement number by 10

This item will add 10 to the currently selected text, if it is a number. For example, if 5 is selected, it will become 15.

ToolsScriptsEmmetIncrement number by 0.1

This item will add 0.1 to the currently selected text, if it is a number. For example, if 4.5 is selected, it will become 4.6.

ToolsScriptsNavigation
ToolsScriptsNavigationMove cursor to previous matching indent (Alt+Shift+Up)

Moves the cursor to the first line above the current line that is indented at the same level as the current line.

ToolsScriptsNavigationMove cursor to next matching indent (Alt+Shift+Down)

Moves the cursor to the first line below the current line that is indented at the same level as the current line.

ToolsScriptsEditing
ToolsScriptsEditingSort Selected Text

Sorts the selected text or whole document in ascending order.

ToolsScriptsEditingMove Lines Down (Ctrl+Shift+Down)

Move selected lines down.

ToolsScriptsEditingMove Lines Up (Ctrl+Shift+Up)

Move selected lines up.

ToolsScriptsEditingDuplicate Selected Lines Down (Ctrl+Alt+Down)

Duplicates the selected lines down.

ToolsScriptsEditingDuplicate Selected Lines Up (Ctrl+Alt+Up)

Duplicates the selected lines up.