Is it possible in Pycharm to map a tab to produce 4 spaces. If so how?

£可爱£侵袭症+ 提交于 2019-12-12 09:10:26

问题


this is my first time using an IDE. I was wondering if its possible, as I've done in vim with imap, to make it so that when I press tab 4 spaces are produced in the editor. If this is possible, please point me how to do it. I'm not super familiar with key symbols so please be as explicit a possible; I poked around the keymap under settings but it was pretty confusing.


回答1:


You can customize the Tab size in Pycharm. Goto Preference --> Editor --> Code Style --> Python.



来源:https://stackoverflow.com/questions/47102828/is-it-possible-in-pycharm-to-map-a-tab-to-produce-4-spaces-if-so-how

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!