Skip to content

Instantly share code, notes, and snippets.

@mranawake
Created September 4, 2019 14:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mranawake/ca885f95a5ee9df720db76685434f782 to your computer and use it in GitHub Desktop.
Save mranawake/ca885f95a5ee9df720db76685434f782 to your computer and use it in GitHub Desktop.
Hide folder path and horizontal scrollbar from project screen in PHPStorm and WebStorm (this will probably work for other Jet Brains products). Go to Help > Edit Custom Properties and paste following values.
# custom PhpStorm properties
project.tree.structure.show.url=false
ide.tree.horizontal.default.autoscrolling=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment