Automatically add " when breaking long strings #4155
Replies: 5 comments
-
Yes please! Absolute filepaths are horrible to work with without this. |
Beta Was this translation helpful? Give feedback.
-
Related on Stack Overflow: How can I auto-insert a linebreak ("") in vscode? |
Beta Was this translation helpful? Give feedback.
-
I changed the title of this discussion to make it clearer for the team but let me know if you don't think it represents well the ask. Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Yes please! One of the things I've surprisingly missed the most transitioning from PyCharm -> VSCode |
Beta Was this translation helpful? Give feedback.
-
I have been looking for a solution to this for ages. Many of my co-workers will not leave Pycharm for vscode simply because of this issue. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions