M
M
Marat Taganov2022-01-04 16:05:39
Visual Studio Code
Marat Taganov, 2022-01-04 16:05:39

How to wrap a string with quotes like in PyCharm but in vscode?

When wrapping a string in pycharm, it wraps like this:

test = f'test'
          f''


and in vscode:

test = f'test
'

Is there an extension or way to do the same?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question