Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function argument hint only shows one argument, expect whole signature (and optionally docstring) #37

Closed
tdaff opened this issue Nov 10, 2017 · 1 comment · May be fixed by likern/vscode-python#5
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality

Comments

@tdaff
Copy link

tdaff commented Nov 10, 2017

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.

image

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.

image

Steps to reproduce:

  • Open Python file.
  • Write a function name and an opening bracket

This has been brought up before in https://github.com/DonJayamanne/pythonVSCode/issues/598

@brettcannon brettcannon added awaiting 1-decision area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality labels Nov 14, 2017
@brettcannon
Copy link
Member

Closing as a duplicate of #70

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants