Sublime Forum

Suggest variables when using classes

#1

Hello guys, i’m new to sublime and have a doubt that might be really simple, but can’t find it.

My question: is there a way or a addon that shows the used variables on a class?

i mean something like this:

$foo = new bar();
$foo-> //and here opens a pop up suggesting all the bar() variables, functions etc ?

just like on php storm (im coming from php storm btw :slight_smile: )

thank you very much!

0 Likes

#2

try SublimeCodeIntel

0 Likes