- Code: Select all
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.