Sublime Forum

Sublime 3 intellisense for PHP development

#1

Is there a plugin to view all functions in a class including extended classes? Like when I type something like $this-> I will be able to see all methods in the current class up to its extended class. In eclipse, this is possible by pressing ctrl + spacebar.

The ctr + r only displays methods within the current class but does not include methods from the extended class.

0 Likes

#2

SublimeCodeIntel might do what you want. I don’t use it myself, but PHP is listed as one of the supported languages.

0 Likes