PyCharm常用技巧集合
一、添加或者修改文件模板
File>settings>Editor>File and Code Templates>Python Script
你可以指定编码格式python2.*里面需要,python3里面不需要指定
二、python版本管理切换
File>settings>Prgject:python>project interpreter
如果你已经安装了python3,想再新增一个别的版本的python解释器,可以点击右侧的设置,来进行添加
三、已有文件重命名
右击要重命名的文件>refactor>rename
四、python模块安装
File>settings>Prgject:python>project interpreter
安装、升级、卸载模块
五、在PyCharm中直接浏览文件目录
右击文件选择show in explorer
六、PyCharm Tab键补全
七、PyCharm字符编码设置为UTF-8
八、PyCharm字体设置
九、PyCharm显示行号
十、PyCharm如何调出工具栏
一、PyCharm常用快捷键
双击Shift #全局搜索
Tab #往后缩进
Shift + Tab #往前缩进
Ctrl + / #注释
Ctrl + F #查找
Ctrl + R #查找替换
alt + ctrl + s #打开设置界面
ctrl + d #复制本行粘贴到下一行
十二、直接运行当前的.py文件
File>setting>keymap>other>run context configuration,windows下设置为crtl + shift + F10
参考资料:
https://www.cnblogs.com/yamei/p/5519818.html
http://blog.csdn.net/u013088062/article/details/50214459
https://note.youdao.com/share/?id=d3736a71e42ff2a9c338830a1ba0e3fd&type=note#/