Sublime Forum

ST4 - Suggestions on PHP functions

#1

Using Ubuntu 20.04, just updated to the brand new ST4
and I have this problem about suggestions.

In ST3, when typing the begin ‘(’ of a function, it showed a popup with the function description and parameters, but in ST4 it only shows some random variables (hitting ctrl+space and ctrl+shift+space change the behavior but still showing random stuff).

Also I did a reinstall, and generate a new config folder, but the behavior persists.

I think the correct behavior is really necessary to develop, so we don’t have to memorize the parameters of a function.

I hope someone can give some light on this.

Thank in advance!!

0 Likes

#2

If you’re seeing that on ST3, then you have some third party package that’s doing it because core Sublime (3 or 4) doesn’t provide signature help.

You may be looking for the LSP package, which with a proper PHP server should allow for this.

0 Likes

#3

That’s perfect!
It’s what I want.
Thank you a lot!!!

PS: While waiting for an answer, I’ve configured VS Code to match my needs, and now I think it’s a very good replacement for ST4.

0 Likes