The Gram Code Editor - 2026-07-25


  1. mort

    Hi! I'm wondering, when I'm in the following state: https://p.mort.coffee/G8A.png, is there anything I can do to auto populate that suggested formal parameter list?

  2. mort

    Enter or clicking the snippet doesn't do anything

  3. krig

    Hm this depends on the language server, if it presents the completion as a snippet it should be expandable

  4. mort

    it's clangd. It's in the "editor: show completions" menu, but maybe there are non-snippet completions in there?

  5. krig

    yes, there are multiple categories.. I have in my todo list to revise the completion system so it’s more customizable and I don’t fully understand how the label rendering works. Like in your example it clearly understands the separate parts of the completion so maybe it would be possible to interpret it as a snippet automatically. Maybe vscode already does that..