Select actions

The Select actions are enabled when the caret is positioned inside a tag name.

  • Document+SelectSelect element: Selects the entire current element;

  • Document+SelectSelect content: Selects the content of the current element, excluding the start tag and end tag;

  • Document+SelectSelect attributes: Selects all the attributes of the current element;

  • Document+SelectSelect parent: Selects the parent element of the current element;