Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is "extend/shrink selections" better than built-in VS Code behaviour? #32

Open
OliverJAsh opened this issue Jun 26, 2020 · 1 comment

Comments

@OliverJAsh
Copy link

I saw this in the docs:

Unlike VS Code's embedded commands (editor.action.smartSelect.*), this extension uses an abstract syntax tree under the hood, which provides much more accurate results.

However, as far as I'm aware, the built-in behaviour does use the AST. Maybe that changed at some point. In this case, I'm not sure the functionality provided by this extension is any better?

https://code.visualstudio.com/updates/v1_35#_smart-selection-for-javascript-and-typescript

@sarimarton
Copy link

This feature actually forced me to uninstall the extension. VSCode's built-in actions do the same, and this extension's keyboard shortcut goes in conflict with another command (move line up/down) which I'm also using frequently, and this conflict breaks the behavior. I can delete the extension's shortcut from the Keyboard Shortcuts panel, but unfortunately it seems like that the shortcut gets activated again periodically, maybe on extension updates. The feature should be removed entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants