Sublime Forum

PHP Auto-suggest function params

#1

Hello,

How do I enable the auto-suggestion tooltip for PHP for example?
When I type str_replace(, after opening the bracket or pressing CTRL+SPACE I would like to see if the needle goes first or the haystack and so on.

Thank you.

0 Likes

#2

I may not be correct but I think that SublimeCodeIntel does this for you in the statusbar (unfortunately no tooltip/popup).

Unfortunately due to various clashes with ST, SublimeCodeIntel and ZenCoding with one or more packages being overly helpful I’ve had to disable SublimeCodeIntel and also half of ZenCoding in order not to get annoyed by my CSS being constantly autocorrected (incorrectly) so I can’t say for certain.

0 Likes

#3

I’ll take a look, thank you Alex.

0 Likes