简体   繁体   English

如何在Phpstorm中停止此悬停弹出窗口?

[英]How do I stop this hover popup in Phpstorm?

When hovering over code in Phpstorm, I get a popup like below. 将鼠标悬停在Phpstorm中的代码上时,会出现如下所示的弹出窗口。 Every hover produces a similar popup like these below: 每个悬停都会产生类似以下的弹出窗口:

在此处输入图片说明

在此处输入图片说明

Edit: I've realized the popups only occur during live edit. 编辑:我已经意识到弹出窗口仅在实时编辑期间发生。

But I still cant find a setting to turn them off. 但是我仍然找不到关闭它们的设置。

They can't be turned off. 无法关闭它们。

This is part of "inspections" (validations) which I think is necessary in any editor to prevent syntax and run-time errors. 我认为这是“检查”(验证)的一部分,在任何编辑器中,这都是必要的,以防止语法和运行时错误。 PHPStorm goes a step further than something like Eclipse (which has validations but lets you disable the pop-ups), and as far as I can tell, the PHPStorm developers are not interested in an option to disable the pop-ups. PHPStorm比Eclipse(具有验证功能,但您可以禁用弹出窗口)之类的工具更进一步,据我所知,PHPStorm开发人员对禁用弹出窗口的选项不感兴趣。 I have no clue why as they constantly get in the way of me clicking or typing. 我不知道为什么它们会不断妨碍我单击或键入。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM