haringsrob 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:
JakubMisek haringsrob good point, we should be able to add more details to the autocomplete list itself.
JakubMisek The next pre-release will introduce experimental setting "php.completion.showParameters" (false by default). Enable it in settings.json: "php.completion.showParameters": true,
JakubMisek 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)
JakubMisek We may add an option to show just the return type (without parameters). Although I haven't seen it in any other IDE :)