-
-
Notifications
You must be signed in to change notification settings - Fork 234
The extension only inserts the opening parenthesis ( and does not auto-close it with ) #997
Copy link
Copy link
Open
godotengine/godot
#114598Labels
enhancementlanguage serverIssue is not originating from this extension, but from the LSP insteadIssue is not originating from this extension, but from the LSP instead
Description
Godot version
v4.6.1.stable.steam [14d19694e]
VS Code version
1.111.0
Godot Tools VS Code extension version
2.6.1
System information
Windows 10
Problem statement
When selecting a function from the autocomplete suggestions in VS Code, the extension only inserts the opening parenthesis ( and does not auto-close it with ).
Proposed solution
The autocomplete should ideally insert the full () pair and place the cursor inside, or at least trigger VS Code's native auto-closing brackets feature so the user isn't left with an orphaned parenthesis.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementlanguage serverIssue is not originating from this extension, but from the LSP insteadIssue is not originating from this extension, but from the LSP instead