zed/crates/extension/src
Piotr Osiewicz 6f99399224
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
extensions: Add support for snippets provided by extensions (#14020)
For now extensions can only register global snippets, but there'll be
follow-up work to support scope attribute in snippets.json.

Release Notes:

- Extensions can now provide snippets by including `snippets.json` file
next to the extension manifest.

---------

Co-authored-by: Marshall <marshall@zed.dev>
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-07-10 09:40:50 +02:00
..
wasm_host
extension_builder.rs extensions: Add support for snippets provided by extensions (#14020) 2024-07-10 09:40:50 +02:00
extension_indexed_docs_provider.rs
extension_lsp_adapter.rs
extension_manifest.rs extensions: Add support for snippets provided by extensions (#14020) 2024-07-10 09:40:50 +02:00
extension_settings.rs
extension_slash_command.rs
extension_store.rs extensions: Add support for snippets provided by extensions (#14020) 2024-07-10 09:40:50 +02:00
extension_store_test.rs extensions: Add support for snippets provided by extensions (#14020) 2024-07-10 09:40:50 +02:00
wasm_host.rs