ZIm/crates/extension/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
..
wasm_host Allow defining slash commands in extensions (#12255) 2024-05-24 15:44:32 -04:00
extension_builder.rs Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03:00
extension_lsp_adapter.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_manifest.rs Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06:00
extension_settings.rs Add SettingsSources::<T>::json_merge_with function (#10869) 2024-04-22 18:38:34 -04:00
extension_slash_command.rs Autocomplete commands that don't require access to workspace in prompt library (#12674) 2024-06-05 10:07:43 +02:00
extension_store.rs linux watcher (#12615) 2024-06-03 22:17:10 -06:00
extension_store_test.rs lsp: Provide completion reason in the request (#12893) 2024-06-13 14:38:34 +02:00
wasm_host.rs Restrict v0.0.7 of the zed_extension_api to dev builds, for now (#12170) 2024-05-22 19:45:34 -04:00