在 PhpStorm 中关闭自动完成

Turn off autocomplete in PhpStorm(在 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 中关闭自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)