Hidden features of PyCharm(PyCharm 的隐藏特性)
本文介绍了PyCharm 的隐藏特性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我知道 PyCharm 是年轻的 IDE,但我想知道你们是否发现了一些糖果使用它.根据经验,我知道 JetBrains IDE 充满了糖果,迫不及待地想找到它.
I know PyCharm is young IDE but id like to know if you guys have found some candy while using it. I know from experience that JetBrains IDE's are filled with candy and can't wait to find it all.
请列出您的提示,也许是您最初没想到会出现的提示.
Please list your tips, perhaps something you did not first expected to be there.
推荐答案
作为 PyCharm 的首席开发者,我可以告诉你,我们通常不会在随机的地方隐藏特性,而且有一些可靠的方法来发现其中的大部分.
As the lead developer of PyCharm, I can tell you that we don't usually hide features in random places, and there are a few reliable ways to discover most of them.
- 尝试Ctrl——点击一切(方法、函数、模板标签名称和参数等)
- 如果 Ctrl-单击有效,通常完成 (Ctrl-Space)、重命名 (Shift-F6) 和查找用法 (Alt-F7)
- 浏览菜单并尝试看似有趣的操作
- 查看设置 |检查配置可以由
PyCharm突出显示的警告,并注意许多检查具有快速修复以自动更正问题 - 阅读博客并尝试其中突出显示的功能.
- Try Ctrl-clicking on everything (methods, functions, template tag names and parameters, etc.)
- If Ctrl-clicking works, usually so does completion (Ctrl-Space), rename (Shift-F6) and Find Usages (Alt-F7)
- Look through the menus and try out the actions that seem interesting
- Look at Settings | Inspections to configure the warnings which can be highlighted by
PyCharm, and note that many of the inspections have quickfixes to correct the problems automatically - Read the blog and try out the features highlighted there.
这篇关于PyCharm 的隐藏特性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
编程基础网
本文标题为:PyCharm 的隐藏特性
基础教程推荐
猜你喜欢
- Discord.py 缺少必需的参数 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
