How do I add an extension plugin? #12621
-
I'd love to add a plugin that shows things inside the editor per line. Looking at the extensions repo it mentions so far the only things supported are syntax, language and themes. Looking at the roadmap under Adoption it mentions "Plugins" under "Extensibility" which I assume might be the term we use for this? Is that a thing yet? If so are there any docs yet? Sorry if I missed it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
zed/crates/extension_api/src/extension_api.rs Lines 59 to 118 in 1a0fd73 Currently, this is all any extension is able to do programmatically, so there's no editor-related API yet and extensions cannot directly influence what is displayed on the screen. So seems like it's impossible now. |
Beta Was this translation helpful? Give feedback.
zed/crates/extension_api/src/extension_api.rs
Lines 59 to 118 in 1a0fd73