◐ Shell
clean mode source ↗

Autofill Comma Correction for Visual Studio Code Extension by John-Bobular · Pull Request #1525 · processing/processing4

Conversation

@John-Bobular

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

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.

2 participants

@John-Bobular @SableRaf