-
hunterscug
hi! so i was wanting to make an extension for gram zed has docs on how to do this, but i can't find the docs for gram - nor do i see a dev extension
-
hunterscyg
ah okay found it
-
hunterscyg
what i'm wanting to do is have a command in the uhh. idk what it's called, the thing that lets you run a bunch of things (e.g. `gram: extensions`) that takes the current open C# file, passes it to ilspycmd, saves the output as a file in /tmp, and then opens it
-
hunterscyg
can't quite find how to _do_ that though
-
hunterscyg
how to add a command there, i mean, or access the filepath of the currently focused file
-
hunterscyg
can extensions even add something to the command palette?
-
hunterscyg
ah wait the way i was thinking of this won't work
-
hunterscyg
nvm then
-
krig
The extensions are really limited right now. I have some vague plan to replace the Zed extension system with a scripting language and load tree-sitter grammars more like helix, but that’s a big rewrite and probably not happening in a long time (if ever)
-
krig
but yeah basically they can add language support, debugger support and LSP support.. and that’s it