georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

[Feature Request] Improve expand selection #19

Open amerov opened 5 years ago

amerov commented 5 years ago

I guess that intellij idea IDEs ctrl-w/ctrl-shift+w use parsed tree...
Is it possible to improve vscode's expand selection by tree-sitter? For example: expand selection for ruby is not fully supported in vscode.

georgewfraser commented 5 years ago

Yes, this would be a logical feature.

Arcanemagus commented 5 years ago

It's absolutely possible, in fact it was one of the launch features in Atom 😉.