Turn off autocomplete in PhpStorm(在 PhpStorm 中关闭自动完成)
问题描述
现在,如果我在 Jetbrains PhpStorm IDE 中输入 $
,它会显示一大堆建议(例如已经声明的变量),这会减慢我的输入速度.
Right now if I type in $
into Jetbrains PhpStorm IDE, it will display a whole bunch of suggestions (e.g. variables that have already been declared) which slows down my typing.
有没有办法将 PhpStorm 配置为不这样做?换句话说,如果我按 Ctrl+Space 而不是在我只输入 $
时关闭自动完成或仅执行自动完成?
Is there a way to configure PhpStorm to NOT do this? In other words, turn off auto-complete or only do auto-complete if I press Ctrl+Space and not when I just type in $
?
推荐答案
禁用代码完成?
查看设置/首选项(取决于操作系统) - IDE 设置 - 编辑器 - 代码完成
See Settings/Preferences(depends on OS) - IDE Settings - Editor - Code Completion
在那里你应该找到一个选项Autopopup code completion in (ms)
There you should find an option Autopopup code completion in (ms)
如果未选中该复选框,PhpStorm 将不会自动提示代码完成.
If the check box is not selected, PhpStorm will not suggest code completion automatically.
另请参阅在线帮助.
这篇关于在 PhpStorm 中关闭自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 PhpStorm 中关闭自动完成


- 带有通配符的 Laravel 验证器 2021-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- Laravel 仓库 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01