Skip to content

Instantly share code, notes, and snippets.

@mknparreira
Last active August 12, 2021 22:28
Show Gist options
  • Save mknparreira/1940f7f511a78477adef0bcf359b5c50 to your computer and use it in GitHub Desktop.
Save mknparreira/1940f7f511a78477adef0bcf359b5c50 to your computer and use it in GitHub Desktop.
PHP | PHPStorm Shortcurts

PHP Storm Shortcurts

  • CTRL + N You will let you instantly move to any part of any class or file in your project.

  • CTRL + W Select parts of code by context aware. For instance: if the cursor were in the method, all entire content will be selected.

  • CTRL + ALT + L One of my most used keyboard combos, will immediately format your code according to the preferred style guidelines

  • CTRL + ALT + SHIFT + J Multiple select

  • CTRL + SHIFT + V Open a window with all clipboard content used to yourself

  • ALT + J Select words given your match.

References

https://www.sitepoint.com/phpstorm-top-productivity-hacks-shortcuts/

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