Sublime Forum

ST3 goto definition: Support parent and self keywords

#1

The new goto definition functionality is great. It doesn’t appear to support the parent or self keyword for class methods though. Example in PHP:

parent::__construct();

Hitting ‘goto definition’ on __construct results in an error message in the status bar of “Unable to find __construct”, even though the __construct method is present in the parent class. It would be great if ST3 was aware of the self:: and parent:: keywords.

0 Likes