1.0.3 • Published 3 years ago

@phoenix-plugin-registry/select-tag-contents v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Select Tag Contents

A Brackets extension that provides a shortcut for selecting all content between tags in HTML, PHP, XML.

The idea for this came from this extension - github.com/sathyamoorthi/html-block-selector

Settings:

  • Default shortcut is Ctrl+Shift+A / Cmd+Shift+A
    • command-id = "select-tag-contents.select"
    • see this page for info on how to change shortcut
  • "select-tag-contents.includeTags"
    • default - false
    • if true, tags are included in selection
  • "select-tag-contents.whenCursorOnTag"
    • default - false
    • if true, will select all within tag that cursor is on
  • "select-tag-contents.inContextMenu"
    • default - false
    • if true, the command will appear in context menu