Skip to content

Autofill Comma Correction for Visual Studio Code Extension#1525

Closed
John-Bobular wants to merge 1 commit into
processing:mainfrom
John-Bobular:patch-1
Closed

Autofill Comma Correction for Visual Studio Code Extension#1525
John-Bobular wants to merge 1 commit into
processing:mainfrom
John-Bobular:patch-1

Conversation

@John-Bobular

Copy link
Copy Markdown

In the current release version of the Processing Visual Studio Code extension, a comma is given for each argument that a method takes, rather than putting one comma. This means when auto filling a method call that has 2 arguments, 2 commas will be put inside the method parameters when only one would be needed to separate the two values.

Refactor insert text logic to handle commas and LSP tabstop identifiers.
@SableRaf SableRaf requested a review from catilac June 15, 2026 11:35
@SableRaf

Copy link
Copy Markdown
Collaborator

Hi @John-Bobular and thanks for reporting and proposing a fix! I'm trying to reproduce the issue but it's not totally clear to me what the actual and expected behaviors are. Would you mind sharing the steps needed and what I should look at? Before/after screenshots might help.

@catilac

catilac commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

@John-Bobular @SableRaf yes would love steps to reproduce what you're describing. It will help me to review. I have a sense, but I need to be able to re-create (and understand) what you're fixing. thank you!

@catilac

catilac commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

just pinging again @John-Bobular. I will close this PR to keep things clean. if i end up closing it feel free to open up another PR or file an issue with details of what you're fixing so i can properly evaluate. thank you.

@catilac catilac closed this Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants