vittorioromeo / vscode-expand-selection-to-scope

Extension that introduces a command to incrementally expand the selection to the nearest outer scope.
Other
21 stars 7 forks source link

expand string without enclosing quotes first #6

Closed mderazon closed 7 years ago

mderazon commented 7 years ago

I think it would be useful to first expand to exclude the surrounding quotes and only next step to include the quotes

This:

Instead of this:

vittorioromeo commented 7 years ago

Just for clarification: the current version of the extension doesn't match neither " nor '. Are you using a different extension in your second gif?

mderazon commented 7 years ago

🤔

I don't know where it's coming from then... I don't have any other extension that handles this. Anyway, I guess it's not relevant here then...