I would love to be able to see what a given parameter or function returns without having to select it from the autocomplete list.
Example:
haringsrob good point, we should be able to add more details to the autocomplete list itself.
The next pre-release will introduce experimental setting "php.completion.showParameters" (false by default).
"php.completion.showParameters"
false
Enable it in settings.json:
settings.json
"php.completion.showParameters": true,
Thank you! This will be super helpful!
How can I use the pre-release versions?
haringsrob Just released the pre-release 1.45.15207. Enable pre-release in VSCode if you'd like to try it (https://docs.devsense.com/en/vscode/installation#pre-release-installation)
1.45.15207
We may add an option to show just the return type (without parameters). Although I haven't seen it in any other IDE :)