Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 22 forks source link

Signature help is not shown until writing a comma in a string #523

Open machitgarha opened 2 years ago

machitgarha commented 2 years ago

When calling a function, the signature help should be shown. Unfortunately, putting parentheses and commas does not trigger it. However, strangely it becomes visible when you type a comma between parentheses (e.g. of a function call) and inside a string.

For example:

    throw new \Exception(",");

I reinstalled another version of Atom, and reinstalled the extension, but no chances. However, I'm not really sure whether it's a bug in this package, or the underlying language server.