Skip to content

Instantly share code, notes, and snippets.

@jeremyhalin
Last active October 28, 2018 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyhalin/3d2761d217c89177a1e1ed41a3ecbbee to your computer and use it in GitHub Desktop.
Save jeremyhalin/3d2761d217c89177a1e1ed41a3ecbbee to your computer and use it in GitHub Desktop.
My PhpStorm settings

PhpStorm Settings

General

.ctp files like .php files

File Types => PHP => Add .ctp extension

Shortcuts

Open new file / Go to file

Ctrl + Shift + N => Ctrl + P

Auto-Indent Lines

Ctrl + Alt + I => Ctrl + L

Duplicate Line or Selection

Ctrl + D => Ctrl + Shift + D

Add Selection for Next Occurrence

Alt + J => Ctrl + D

Close Active Tab

Ctrl + F4 => Ctrl + W

Search everywhere

Shift + Shift

Navigate to declaration

Ctrl + B

Useful links

https://blog.jetbrains.com/webstorm/2015/06/10-webstorm-shortcuts-you-need-to-know/

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