Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当尝试自动完成代码或打开下拉菜单时,窗口/对话框将出现一小段时间,然后隐藏在主编辑器窗口后面。
该问题与诸如 AwesomeWM 之类的平铺窗口管理器中的 java 窗口处理有关。
要解决这个问题,请参阅下面的答案。
您需要编辑 VM 选项,以便正确完成窗口提示。我在 /opt/phpstorm (linux) 下安装了 PHPStorm
编辑:
bin/phpstorm.vmoptions bin/phpstorm64.vmoptions
附加以下行:
-Dide.expansion.hints.enabled=false
重新启动phpstorm,问题应该得到解决。
参考:http ://code.google.com/p/xmonad/issues/detail?id=560