windwp / vscode-expand-region

porting sublime-expand-region to visual code
GNU General Public License v3.0
57 stars 23 forks source link

Should expand to within brackets/tags THEN to parent tag/bracket #9

Closed Noitidart closed 7 years ago

Noitidart commented 7 years ago

Hi there,

Many many times I need to expand the region to be just the lines between the brackets (or html/jsx tags). As seen in this video on youtube I uploaded here:

https://youtu.be/OVi47bLyYHQ

You see I was trying to select just the 3 rows, init/add/edit because i wanted to tab them.

Also seen in your readme gif:

Expanding should first give me an option of just all the <li> tags so I can indent them.

May you please hook this up sir. I really love this extension!

windwp commented 7 years ago

I know your issue but it expands same selection like sublime and webstorm.

Noitidart commented 7 years ago

Is it possible to get an option please? Or if you can show me how to edit it please? Excuse the persistence please it's just I really need it and can't anything else as good as your extension :)