Answer the question
In order to leave comments, you need to log in
Insert spacing in PyCharm
Visual Studio has some great whitespace settings to make your code more readable. For example, we write:
VS will automatically write:
The spacing for for loops is set in the same way, by calling the function and its arguments, and so on.
Now I had to switch to PyCharm, I could not find similar settings there. Are there any, perhaps some external plugins or hidden settings?
a=b+c;
a = b + c;
Answer the question
In order to leave comments, you need to log in
Here are the settings: File -> Settings -> Project Settings -> Code Style -> Spaces
Apply formatting: Code -> Reformat Code (Ctrl+Alt+L)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question