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 中关闭自动完成
基础教程推荐
- 在多维数组中查找最大值 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01