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

Display parameters when autocompleting #4

Closed
Leka74 opened this issue May 2, 2017 · 3 comments
Closed

Display parameters when autocompleting #4

Leka74 opened this issue May 2, 2017 · 3 comments

Comments

@Leka74
Copy link

Leka74 commented May 2, 2017

When typing a function, the parameters of that functions should be displayed in the autocomplete.

Here's an example on how it looks with the python extension in vscode:
https://i.gyazo.com/3493530dcfcc1d50fa5e7c75653e9254.png

@trixnz
Copy link
Owner

trixnz commented May 28, 2017

This seems to be working fine on my end.. are you using the latest version (0.5.0)?

image

@Nelvin
Copy link

Nelvin commented Aug 3, 2017

Is there a way to trigger the display of the function parameters after typing the opening brace?

Here, as soon as I typed testFunc( the tooltip disappears but it would help quite a bit to still see the parameterlist while typing them.

@trixnz
Copy link
Owner

trixnz commented Aug 3, 2017

Unfortunately not at this moment. I've created #15 to track it.

@trixnz trixnz closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants