-
Sometimes I'll select a block of code to comment it out, but most of the time due to indents I just manually write the triple quotes before and after. Recently, it's started auto completing 3 quotes to 6, and I end up having to go back to manually delete the 6 extra quotes every time, which is getting quite annoying. Is there a way I could disable that feature? I'm presuming it's pylance as it goes away if I disable the extension. Example of how most of my commented out blocks initially end up: ''''''
# code I want to comment out
'''''' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
search for 'autoClosingQuotes' in vscode settings "editor.autoClosingQuotes": "never" |
Beta Was this translation helpful? Give feedback.
search for 'autoClosingQuotes' in vscode settings
"editor.autoClosingQuotes": "never"