papyrus-lang icon indicating copy to clipboard operation
papyrus-lang copied to clipboard

Snippets/completions: Add parentheses to functions on commit-character (tab, return, whichever is in current settings)

Open NidusUmbra opened this issue 11 months ago • 1 comments

Is your feature request related to a problem? Please describe. Not exactly a problem.

Describe the solution you'd like Just a minor QOL suggestion that could shed a smidge of time off typing out code. It would be cool to have intellisense completions (on commit key) of functions add parentheses after the function name and place the cursor inside the parentheses.

Describe alternatives you've considered I add the parentheses myself.

NidusUmbra avatar Jul 27 '23 16:07 NidusUmbra

Dev note: This should be fixable through a change to papyrus-language-configuration.json. https://code.visualstudio.com/api/language-extensions/language-configuration-guide

joelday avatar Sep 27 '23 17:09 joelday