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

Parameter hint has less clear docs than the tsDoc #194228

Closed
amunger opened this issue Sep 26, 2023 · 2 comments
Closed

Parameter hint has less clear docs than the tsDoc #194228

amunger opened this issue Sep 26, 2023 · 2 comments
Assignees
Labels
*as-designed Described behavior is as designed

Comments

@amunger
Copy link
Contributor

amunger commented Sep 26, 2023

Testing #194028

I don't think this is specific to this particular method doc, but the parameter hint that appears after autocompleting the method is different (and confusing/vague) than just hovering over the method name:

type vscode.env.onDidChangeShell( and let the parameter hints pop up:

image

vs mouse hover on the method

image

@Tyriar
Copy link
Member

Tyriar commented Sep 26, 2023

Correct me if I'm wrong, but I think this is just the shared doc for all event listeners as they are all Event<T>s:

Screenshot 2023-09-26 at 2 18 55 PM

@Tyriar Tyriar closed this as completed Sep 26, 2023
@Tyriar Tyriar added the *as-designed Described behavior is as designed label Sep 26, 2023
@amunger
Copy link
Contributor Author

amunger commented Sep 26, 2023

yeah, looks like it. Pretty strange

@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

2 participants