zed/crates/extension/src
Marshall Bowers a81e355dc5
Promote package suggestions to a first-class concept on IndexedDocsProviders (#16177)
This PR promotes package suggestions to a first-class concept on the
`IndexedDocsProvider` trait.

This will allow any implementer of `IndexedDocsProvider` to provide a
list of package names to suggest for use with `/docs`.

For the docs.rs provider we use the 250 most popular Rust crates (as
identified [here](https://lib.rs/std)), and for the rustdoc provider we
use the packages in the Cargo workspace.

Release Notes:

- N/A
2024-08-13 16:01:58 -04:00
..
wasm_host Fix min and max versions for v0.1.0 of the extension API (#16163) 2024-08-13 10:40:29 -04:00
extension_builder.rs
extension_indexed_docs_provider.rs Promote package suggestions to a first-class concept on IndexedDocsProviders (#16177) 2024-08-13 16:01:58 -04:00
extension_lsp_adapter.rs
extension_manifest.rs
extension_settings.rs
extension_slash_command.rs Improve /tabs completion workflow (#16168) 2024-08-13 18:40:24 +03:00
extension_store.rs extension: Always use a real HTTP client in the ExtensionBuilder (#15514) 2024-07-30 18:04:53 -04:00
extension_store_test.rs
wasm_host.rs