Christoph Rumpel ๐ค
@christophrumpel
๐งช PhpStorm Tips & Tricks #9 - The Best Way To Explore Code
I use the "Go to declaration" shortcut all the time to check a class/method that was used. This was essential for learning how Laravel works under the hood.
But the same shortcut can also be used on the declaration to see where else it is used. ๐