Skip to content

Instantly share code, notes, and snippets.

@zgetro
Created August 3, 2018 06:49
Show Gist options
  • Save zgetro/a706c09c21d3b240dca256b768a17b90 to your computer and use it in GitHub Desktop.
Save zgetro/a706c09c21d3b240dca256b768a17b90 to your computer and use it in GitHub Desktop.
Phpstom Shotcuts
Lookup for Factory Method's class becuase magento inject interfaces or abstract. not directally class
https://www.jetbrains.com/help/idea/navigating-to-super-method-or-implementation.html
jump to interface | abstract | parent class {aka parent} : Ctrl + U
jump to implemented or extended class(es). {aka children} : Ctrl + Alt + B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment