Sublime Forum

Sublime PHP vs. IDE (Netbeans)

#1

Hi Guys,

I really like sublime but I have 1 major issue stopping me from migrating from Netbeans:

I need sublime autocomplete to show function description and method signature (i’m working with Yii framework and I need to know exactly what each function does, returns and passed arguments types).

I tried installing several plugins but none worked…if there is such a way then i’m missing it.

Thanks for the help,
Danny

0 Likes

#2

Hello,

Have you tried the plugin SublimeCodeIntel ?

0 Likes

#3

Just a quick rant: if you need a tooltip to know what a function or metod does or should return, you may have bigger issues than the editor.

Other than this, yeah, CodeIntel looks great, if you manage to make it work (i tried once and i gave up). A heads up: codeintel have PHP disabled by default, so pay attention to this aspect.

0 Likes