PhpStorm 2018.1 Help

Navigating to the Source Code from the Debug Tool Window

To jump to the declaration of a variable or field, select the desired item in the Variables pane and press F4 or choose Jump to Source from the context menu.

Choose Jump To Type Source (Shift+F4 to navigate to the definition of the class of the selected variable or field. Suppose, you have $my_car = new Car();. If you select $my_car in the Variables pane, then choosing Jump To Source will bring you to $my_car = new Car(); while choosing Jump To Type Source will bring you to class Car().

Last modified: 27 July 2018

See Also

Procedures: