V
V
videns2011-12-16 13:57:56
PyCharm
videns, 2011-12-16 13:57:56

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

2 answer(s)
A
avalak, 2011-12-16
@avalak

Here are the settings: File -> Settings -> Project Settings -> Code Style -> Spaces
Apply formatting: Code -> Reformat Code (Ctrl+Alt+L)

A
Anatoly, 2011-12-16
@taliban

It's very difficult to compete with VS on these parameters =) Formatting settings I doubt that any of the editors will repeat at least 50% like hers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question