-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Vim Various Text Objects #15293
Comments
Adding support for tree-sitter and or lsp text object would also be great. |
Here i thought something like this would be implemented |
How hard would it be to add support for a zed editor command that allows anyone to run any kind of arbitrary tree-sitter queries? "(": ["editor::scm_query", "...SCM QUERY HERE..."] |
@ConradIrwin https://github.com/nvim-treesitter/nvim-treesitter-textobjects |
Yeah. That said, much of it is also something we should have by default. |
@ConradIrwin treesitter textobjects in Zed would be such a killer feature, |
Check for existing issues
Describe the feature
There is a plugin that allows to use 30 extra text objects. https://github.com/chrisgrieser/nvim-various-textobjs
Some of them are really useful and I use them all the days.
I was wondering if it is possibile to add them in zed (or at least some of them).
Thanks.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: