Function argument hint only shows one argument, expect whole signature (and optionally docstring) #37
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
feature-request
Request for new features or functionality
Environment data
VS Code version: 1.18.0
Python Extension version: 0.8.0
Python Version: 2.7.14
OS and version: Linux, Gentoo
Actual behavior
When writing code, the popup when typing the opening bracket of a function only has one argument and no documentation information.
Expected behavior
It would be great to have the popup more like the hover window, so that I can see the whole signature and perhaps have an option to display the docstring too.
Steps to reproduce:
This has been brought up before in https://github.com/DonJayamanne/pythonVSCode/issues/598
The text was updated successfully, but these errors were encountered: