Anyone who has played VS knows that when you type a code and add a semicolon, the spaces will be automatically completed, such as:
int a=b+1;
自动变成
int a = b + 1;
But pycharm doesn’t have it. It needs to be done manually or with the shortcut key ctrl alt L. I don’t know much about pycharm. Please give me some advice.
曾经蜡笔没有小新2017-05-18 10:58:12
Personally tested vs downloaded this code, no spaces are added automatically, the questioner is lying
世界只因有你2017-05-18 10:58:12
can’t
It is recommended that the author develop good coding habits instead of relying on IDE to format it for you