Skip to content

Instantly share code, notes, and snippets.

@marcj
Last active April 12, 2020 08:47
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcj/d5fadfb41f9d5773a094 to your computer and use it in GitHub Desktop.
Save marcj/d5fadfb41f9d5773a094 to your computer and use it in GitHub Desktop.
OSX PhpStorm, better performance - more FPS using OpenGL
cp /Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions ~/Library/Preferences/WebIde*
echo -ne "\n-Dawt.useSystemAAFontSettings=lcd\n-Dawt.java2d.opengl=true" >> ~/Library/Preferences/WebIde*/phpstorm.vmoptions
@greghaygood
Copy link

It seems like this should apply to all the JetBrains IDEs, right?

@marcj
Copy link
Author

marcj commented Feb 8, 2016

I think so yeah

@johnyhuh
Copy link

johnyhuh commented Mar 1, 2016

Any benchmarks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment