中易网

pycharm ide theme是什么意思

答案:2  悬赏:0  
解决时间 2021-04-28 12:59
  • 提问者网友:他的思颖
  • 2021-04-28 01:11
pycharm ide theme是什么意思
最佳答案
  • 二级知识专家网友:woshuo
  • 2021-04-28 02:28
pycharm主题,包括字体,背景颜色这些
全部回答
  • 1楼网友:星星坠落
  • 2021-04-28 02:50
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”;
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息!
大家都在看
推荐信息