PyCharm 代码补全:如何防止空格键和“点”从提交查找项
使用代码补全时如何禁用空格键提交建议?
例如,如果我尝试将某些内容命名为“req”,当我完成输入并输入“空格”时,我最终会得到“request”——这只是一个例子。
我在键盘映射中没有看到它,并且在其他地方看到了这一点,但没有任何明显的解决方案。
How does one disable the space key from committing the suggestion when using code completion?
If I attempt to name something "req" for example, when I'm done typing, and enter a "space," I wind up with "request" instead -- this being just one example.
I don't see it anywhere in the keymap, and have seen this mentioned in other places without any apparent solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IDE 设置 | 中有一个“预选第一个建议”选项。编辑|代码完成部分。它设置成什么?尝试使用“智能”和“从不”选项,看看哪一个更适合您。
There's a 'Preselect the first suggestion' option in IDE Settings | Editor | Code completion section. What is it set to? Try to use 'Smart' and 'Never' options to see which one works better for you.