You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the interactive ui. rust_analyzer provides a interface for structure search and replace, but using it through rust_tools.nvim amounts to just typing in the command line which isn't as intuitive as this plugin.
How hard would it be to integrate with rust_tools or any other lsp that provides SSR
The text was updated successfully, but these errors were encountered:
This plugin is quite different from rust_analyzer's ssr. This plugin
requires you to select a region first
search as you type
search in the current buffer only
which is not the same in rust_analyzer. So I don't think it's possible to make the UI work with different "ssr providers".
Rust_analyzer allows you to type a // foo($a) ==>> $a.foo() comment and run ssr as code actions. I think it's more usable as you can edit it in normal mode. Is this what you want?
I really like the interactive ui. rust_analyzer provides a interface for structure search and replace, but using it through rust_tools.nvim amounts to just typing in the command line which isn't as intuitive as this plugin.
How hard would it be to integrate with rust_tools or any other lsp that provides SSR
The text was updated successfully, but these errors were encountered: