Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NidusUmbra opened this issue Jul 27, 2023 · 1 comment · May be fixed by #186
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@NidusUmbra
Copy link

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 NidusUmbra added the enhancement New feature or request label Jul 27, 2023
@joelday
Copy link
Owner

joelday commented Sep 27, 2023

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 joelday added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 27, 2023
@Kiyozz Kiyozz linked a pull request Oct 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants