Autocompletion duplicates quotes #8589
Unanswered
sebastian-blandon
asked this question in
Q&A
Replies: 1 comment
-
Can you a bit more about how you get into this situation, especially with only the one quote to start with? We have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
When writing code like (see line 330):

and triggering autocomplete (via Tab or selecting from the suggestion list), Positron inserts:

That is, it duplicates the quotes even though I'm already inside a string. This breaks the syntax and requires manual cleanup each time.
Expected Behavior
When typing inside an open string (e.g., df_1["pri), autocompletion should only complete the text, not insert additional quotes, as the user has already opened the string.
Is there anything I could do? I checked out the Text Editor settings, but I didn't find the solution.
Positron Version: 2025.07.0 build 204
Code - OSS Version: 1.100.3
Commit: 03ae7a5
Date: 2025-06-30T16:31:43.163Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Linux x64 6.15.6-200.fc42.x86_64
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions