当前位置: 代码迷 >> 综合 >> PhpStorm/webStorm 去掉烦人的小灯泡
  详细解决方案

PhpStorm/webStorm 去掉烦人的小灯泡

热度:18   发布时间:2023-12-16 18:27:44.0

强迫症的我,实在受不了了,这个小灯泡…

  1. 找到 phpstorm 默认配置文件
  C:\Users\Administrator\.PhpStorm2017.3\config\options\editor.xml
  1. 添加以下内容
<application><component name="EditorSettings"><!--添加一行--><option name="SHOW_INTENTION_BULB" value="false" /></component>
</application>