zed/crates/lsp
Piotr Osiewicz f561a91daf
lsp: Add support for didRename/willRename LSP messages (#21651)
Closes #21564

Notably, RA will now rename module references if you change the source
file name via our project panel.

This PR is a tad bigger than necessary as I torn out the Model<> from
didSave watchers (I tried to reuse that code for the same purpose).
Release Notes:

- Added support for language server actions being executed on file
rename.
2024-12-07 13:08:18 +01:00
..
src lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
Cargo.toml
LICENSE-GPL