expand-selection
expand-selection copied to clipboard
Expansion is too greedy
Refer to the gif below:

- On line
3, I think it should first select the whole class (possible without the., first) before selecting the brace, as well. - Line
5should behave similarly, not selecting whole block right from the start. - On line
10, the contents of the string should be selected first, then outer string, then brackets. I noticed the incorrect behavior only if the string is a non-word string, though, so it might not be such an issue.
I'll try to address this behavior in the next release. Thanks for reporting.