• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

select-text-between-tags

Selects text between <foo> and </foo> with `⌘->`.
  • #select
  • #tag
  • #html
  • #xml
ikngtty
0.1.1 1,007
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

select-text-between-tags

When the cursor [I] is as below,

<span> This is[I] a content. </span>

you type ⌘->, and the selection [~~] is as below.

<span>[ This is a content. ]</span>

It analyzes hierarchical structure and finds immediate parent tags.
So,

<div>
  <span> This is a content in span. </span>
  This is[I] a content in div.
  <span> This is a content in span. </span>
</div>

results in

<div>[
  <span> This is a content in span. </span>
  This is a content in div.
  <span> This is a content in span. </span>
]</div>

Installation

apm install select-text-between-tags

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by