Replies: 2 comments 1 reply
-
This is implemented in rust-analyzer as an extension to LSP https://github.com/rust-lang/rust-analyzer/blob/a8d3c46082696b5f7dcf4b960200f2cdc2e48bd8/crates/rust-analyzer/src/lsp_ext.rs LSP extensions aren't supported currently and should most likely wait for a plugin system. So a plugin system exists and someone creates a plugin to implement rust-analyzer's LSP extensions, macro expansion will not be usable with Helix |
Beta Was this translation helpful? Give feedback.
1 reply
-
This feature is one of the parts, that I'm really missing in helix. Is there a workaround for it for now? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use vscode, I can expand a rust macro like this example.
How can I do the same things in Helix?
Beta Was this translation helpful? Give feedback.
All reactions