解决 phpstorm 自动关闭问题:

 

  1. 使用文件搜索工具(查找安装目录)
  2. 找到phpstorm.vmoptions文件,使用记事本打开。

  3. 添加以下两行代码:

    -Dawt.usesystemAAFontSettings=lcd  
    -Dawt.java2d.opengl=true

     

  4. 保存退出。转载:https://blog.csdn.net/orrinzeng/article/details/51335815

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2021-11-03
  • 2021-12-20
  • 2022-01-06
  • 2021-11-19
猜你喜欢
  • 2022-01-14
  • 2021-08-17
  • 2021-10-25
  • 2021-05-03
  • 2022-12-23
相关资源
相似解决方案