pycharm convert tabs to spaces automatically

2019-01-12 21:51发布

I am using pycharm IDE for python development it works perfectly fine for django code so suspected that converting tabs to spaces is default behaviour, however in python IDE is giving errors everywhere because it can't convert tabs to spaces automatically is there a way to achieve this.

4条回答
Melony?
2楼-- · 2019-01-12 22:34

For selections, you can also convert the selection using the "To spaces" function. I usually just use it via the ctrl-shift-A then find "To Spaces" from there.

查看更多
来,给爷笑一个
3楼-- · 2019-01-12 22:34

ctrl + shift + A => open pop window to select options, select to spaces to convert all tabs as space, or to tab to convert as tab.

查看更多
啃猪蹄的小仙女
4楼-- · 2019-01-12 22:35

This only converts the tabs without changing anything else:

Edit -> Convert Indents -> To Spaces
查看更多
Emotional °昔
5楼-- · 2019-01-12 22:46

Change the code style to use spaces instead of tabs:

spaces

Then select a folder you want to convert in the Project View and use Code | Reformat Code.

查看更多
登录 后发表回答