Sublime Forum

CodeIntel question - get only object's methods

#1

Hi there, I saw this topic ( Get fonctions and method from another file included ), and installed CodeIntel.

The problem is, I have this code:

...
$object = new Class();
...
$object->[CTRL+SPACE];

When I trigger the autocomplete at that point, I wish to see ONLY the object methods, but I’m getting a lot of other functions/methods with it (that are not related to the class itself). Is that possible?

0 Likes