-
Notifications
You must be signed in to change notification settings - Fork 40
Autocomplete does not include arguments #67
Comments
We have the code signature stuff now available in the atom-ide-ui package and atom-languageclient, just need to see if the language server supports this. If it does it should just be adding the service to the package.json |
Yes! I thought at first the IDE wasn't working properly as I assumed arguments and such would be included. Seems like a necessary feature for an IDE. Hope to see this introduced in the future! |
It turns out the underlying language server doesn't yet support signature help, it's being tracked at felixfbecker/php-language-server#18 |
Thanks for investigating this. In the meantime, is it possible to disable autocomplete for ide-php? I'm trying out php-integrator's autocomplete instead but I don't want ide-php suggestions showing as well (but I don't want to disable ide-php completely either). |
Is there an update on this? Apparently the language server supports signature help now. |
There's a PR to update the language server at #86 if you want to subscribe @pixelarbeit. |
Thanks @rsese. I didn't have to. It was merged and released just after your answer. |
|
|
|
Okay, thanks for your help :) |
I cannot seem to get the arguements to show up when I type a function. I have installed ide-php a few days ago and I have set the PHP Path. |
Would be great if the autocomplete could include the function parameters when activated. Currently it completes the function name only.
The text was updated successfully, but these errors were encountered: