-
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?
-
mort
Enter or clicking the snippet doesn't do anything
-
krig
Hm this depends on the language server, if it presents the completion as a snippet it should be expandable
-
mort
it's clangd. It's in the "editor: show completions" menu, but maybe there are non-snippet completions in there?
-
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..