ZIm/crates/project/src
Piotr Osiewicz 0a13b9ee01
lsp: Provide completion reason in the request (#12893)
This should help LS make a better call about the completions it should
return back to the caller. For example, it speeds up import completions
for typescript.
Before: 


https://github.com/zed-industries/zed/assets/24362066/b38fd565-f9ff-4db7-a87f-c3b31a9fdc96

after: 


https://github.com/zed-industries/zed/assets/24362066/d4fbc9ae-9aab-4543-b9f6-16acf1619576


This should be merged after 06.12 Preview to give it some time on
Nightly.

Release Notes:

- N/A
2024-06-13 14:38:34 +02:00
..
connection_manager.rs WIP: remoting (#10085) 2024-04-11 15:36:35 -06:00
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
lsp_command.rs lsp: Provide completion reason in the request (#12893) 2024-06-13 14:38:34 +02:00
lsp_ext_command.rs chore: Bump lsp-types to 0.97.0 (#12928) 2024-06-13 13:48:12 +02:00
prettier_support.rs Allow formatting of unsaved buffers with prettier (#12095) 2024-05-22 06:19:32 +02:00
project.rs lsp: Provide completion reason in the request (#12893) 2024-06-13 14:38:34 +02:00
project_settings.rs Use rust-analyzer from path if possible (#12418) 2024-06-07 06:56:38 +02:00
project_tests.rs lsp: Provide completion reason in the request (#12893) 2024-06-13 14:38:34 +02:00
search.rs Implement serialization of assistant conversations, including tool calls and attachments (#11577) 2024-05-08 17:52:15 -04:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs task: Add re-run task button to terminal title (#12379) 2024-05-29 11:40:43 +02:00
terminals.rs Reconnect button for remote projects (#12669) 2024-06-10 18:09:47 -06:00