ZIm/crates/project/src
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
..
lsp_command use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
buffer_store.rs Restore project diff test (#21606) 2024-12-05 21:48:33 +02:00
color_extractor.rs Show color swatches for LSP completions (#18665) 2024-10-03 14:38:17 -04:00
connection_manager.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
debounced_delay.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs environment: Log stderr too if command fails to run (#20659) 2024-11-14 14:44:32 +01:00
image_store.rs Fix item closing overly triggering save dialogues (#21374) 2024-12-01 01:48:31 +02:00
lsp_command.rs Properly use lsp::CompletionList defaults (#21202) 2024-11-26 12:23:38 +02:00
lsp_ext_command.rs lsp: Retrieve links to documentation for the given symbol (#19233) 2024-11-16 20:23:49 +02:00
lsp_store.rs lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
prettier_store.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
project.rs lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
project_settings.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
project_tests.rs lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
search.rs search: Treat non-word char as whole-char when searching (#19152) 2024-11-28 11:06:48 +02:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs tasks: Add ability to query active toolchains for languages (#20667) 2024-11-14 14:37:37 +01:00
task_store.rs tasks: Add ability to query active toolchains for languages (#20667) 2024-11-14 14:37:37 +01:00
terminals.rs Enable toolchain venv in new terminals (#21388) 2024-12-03 16:24:30 +01:00
toolchain_store.rs toolchains: Run listing tasks on background thread (#21414) 2024-12-02 21:03:31 +01:00
worktree_store.rs lsp: Add support for didRename/willRename LSP messages (#21651) 2024-12-07 13:08:18 +01:00
yarn.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00