You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by xxc-zsz March 26, 2023
Is there an extension that allows you to automatically break long strings correctly after pressing enter in the middle of it?
Eg:
"ahahahahahahahaahahahahahahahahahah"
Desired output:
"ahahahahahahah"
"ahahahahahahahah"
Current output:
"ahahahahahahah
ahahahahahahahah"
Pycharm has been doing this for ages but NO WAY I can get VSCode to do the same. It's very frustrating at the moment
Pycharm
vscode
The text was updated successfully, but these errors were encountered:
Discussed in #4155
Originally posted by xxc-zsz March 26, 2023
Is there an extension that allows you to automatically break long strings correctly after pressing enter in the middle of it?
Eg:
"ahahahahahahahaahahahahahahahahahah"
Desired output:
Current output:
Pycharm has been doing this for ages but NO WAY I can get VSCode to do the same. It's very frustrating at the moment
Pycharm
vscode
The text was updated successfully, but these errors were encountered: