pycharm运行python程序比python自带的ide慢吗
答案:2 悬赏:80 手机版
解决时间 2021-02-06 09:52
- 提问者网友:藍了天白赴美
- 2021-02-06 00:52
pycharm运行python程序比python自带的ide慢吗
最佳答案
- 五星知识达人网友:污到你湿
- 2021-02-06 01:28
pycharm本来就是一个庞大的软件,因为功能强大,用很方便,所以运行起来才慢,可以用来做大项目,
python自带的idle就是一个轻量级的小工具,但是初学或做些小东西足够了
python自带的idle就是一个轻量级的小工具,但是初学或做些小东西足够了
全部回答
- 1楼网友:神鬼未生
- 2021-02-06 02:04
1.设置默认pycharm解析器:
操作如下:
python–>preferences–>project interpreter–>python interpreter 点击“+”号选择系统安装的python。
然后再返回project interpreter,选择刚添加的解释器。
2.设置缩进符为制表符“tab”
file -> default settings -> code style
-> general -> 勾选“use tab character”
-> python -> 勾选“use tab character”
-> 其他的语言代码同理设置
3.设置ide皮肤主题
file -> settings -> ide settings -> appearance -> theme -> 选择“alloy.idea theme”
4.显示“行号”与“空白字符”
file -> settings -> ide settings -> editor -> appearance
-> 勾选“show line numbers”、“show whitespaces”、“show method separators”
5.设置编辑器“颜色与字体”主题
file -> settings -> ide settings -> editor -> colors & fonts -> scheme name -> 选择“darcula”
说明:先选择“darcula”,再“save as”一份,命名为“qianyunlai.com”,因为默认的主题是“只读的”,一些字体大小颜色什么的都不能修改,拷贝一份后方可修改!
修改字体大小
file -> settings -> ide settings -> editor -> colors & fonts -> font -> size -> 设置为“14”
6.去掉默认折叠
file -> settings -> ide settings -> editor -> code folding -> collapse by default -> 全部去掉勾选
7.“代码自动完成”时间延时设置
file -> settings -> ide settings -> editor -> code completion
-> auto code completion in (ms):0
-> autopopup in (ms):500
8.修改ide快捷键方案
file -> settings -> ide settings -> keymap
系统自带了好几种快捷键方案,下拉框中有如“defaul”,“visual studio”,在查找bug时非常有用,“netbeans 6.5”,“default for gnome”等等可选项,
因为“eclipse”方案比较大众,个人用的也比较多,最终选择了“eclipse”。
还是有几个常用的快捷键跟eclipse不一样,为了能修改,还得先对eclipse方案拷贝一份:
(1).代码提示功能,默认是【ctrl+空格】,现改为跟eclipse一样,即【alt+/】
main menu -> code -> completion -> basic -> 设置为“alt+/”
main menu -> code -> completion -> smarttype -> 设置为“alt+shift+/”
不过“alt+/”默认又被
main menu -> code -> completion -> basic -> cyclic expand word 占用,先把它删除再说吧(单击右键删除)!
(2).关闭当前文档,默认是【ctrl+f4】,现改为跟eclipse一样,即【ctrl+w】
main menu -> window -> active tool window -> close active tab -> 设置为 “ctrl+f4”;
main menu -> window -> editor -> close -> 设置为 “ctrl+w”;
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯