Autoclose brackets/parentheses inside a string in PyCharm

118 Views Asked by At

Recently I have been using PyCharm Community Edition solely for python development and I am really pleased with the software!

But while the auto closing of parentheses and tags works in regular code, it doesn't work when I try to do it inside a string. I can't find a setting that will allow this.

What I mean is this:

print('(')

It does not auto close the parenthesis inside the string.

-I went to the smart keys section of the editor settings but to no avail.

-I also tried to uncheck all the intentions in the Python editor but again, nothing.

0

There are 0 best solutions below