Open amerov opened 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.
Yes, this would be a logical feature.
It's absolutely possible, in fact it was one of the launch features in Atom 😉.
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.