The Gram Code Editor - 2026-06-01


  1. 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

  2. hunterscyg

    ah okay found it

  3. 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

  4. hunterscyg

    can't quite find how to _do_ that though

  5. hunterscyg

    how to add a command there, i mean, or access the filepath of the currently focused file

  6. hunterscyg

    can extensions even add something to the command palette?

  7. hunterscyg

    ah wait the way i was thinking of this won't work

  8. hunterscyg

    nvm then

  9. 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)

  10. krig

    but yeah basically they can add language support, debugger support and LSP support.. and that’s it