Peter Tripp
Peter Tripp
Can anyone create a minimal repo which can reproduce this issue? The core of rename functionality is handled by the language server (which works for me in Rust with rust-analyzer)...
Rename is implemented in the language server. Zed sends `textDocument/rename` and then the LSP replies with a list of `documentChanges` (and potentially file renames or other changes), which Zed then...
I'm going to go ahead and close this as unactionable. Individual language servers have varying levels of support for this and some are not able to find all references to...
Basically the tooltip is trying to tell you that there are two ways to open the markdown preview: - click the eye: open markdown preview in a tab - alt-click...
From the command palette in Zed (ctrl-shift-p) can you launch `zed: copy system specs to clipboard` and then edit your description with those details under the environment section.
I can reproduce. There's also something janky happening if you scroll where the inline assistant disappears. https://github.com/user-attachments/assets/57b98a89-3825-41b2-abef-a997e0232101
I believe it may be related to stale node configurations and for some users, issues with node18, but without steps to reproduce I'm going to go ahead close this as...
See also: - https://github.com/zed-industries/zed/issues/27908 Which will be fixed by: - https://github.com/zed-industries/zed/pull/27912
I'm going to close this because it's not currently supported upstream by ZLS: - https://github.com/zigtools/zls/issues/397 When zls gets symbols support Zed should pick it up like with other language servers....
Thanks for reporting. This is caused by `format_on_save` pushing a new undo state which replaces the previous contents of the redo buffer. This does not happen if you `"format_on_save": "off"`...