Skip to content

Instantly share code, notes, and snippets.

@greenbicycle
Created July 25, 2020 06:04
Show Gist options
  • Save greenbicycle/84e19dd3945bc039520c95fa329ad1ae to your computer and use it in GitHub Desktop.
Save greenbicycle/84e19dd3945bc039520c95fa329ad1ae to your computer and use it in GitHub Desktop.

Things I have to remember about PHPStorm

Note: I use PHPStorm a particular way and so some of the standard settings make no sense at all. I am making note of some of the things that I have to remember about PHPStorm so I don't go crazy.

Tab limit

Editor > General > Editor Tabs

  • Set tab limit to 1

This is so that when you close a window, it actually closes the window. Otherwise you have to close the window once for every file that you ever opened in that window.

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