-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Allowing to add more information to the hover #204721
Conversation
src/vs/editor/contrib/hover/browser/markdownHoverParticipant.ts
Outdated
Show resolved
Hide resolved
src/vs/editor/contrib/hover/browser/markdownHoverParticipant.ts
Outdated
Show resolved
Hide resolved
src/vs/editor/contrib/hover/browser/markdownHoverParticipant.ts
Outdated
Show resolved
Hide resolved
src/vs/editor/contrib/hover/browser/markdownHoverParticipant.ts
Outdated
Show resolved
Hide resolved
I'm a bit confused about the status. What happened? Is this not getting merged? What will happen next? |
Hi @starball5 yes so the code has been merged albeit in a different PR here #210472. The two PRs differ by their memory management logic but essentially otherwise are the same. |
How can we enable it in vscode? |
Hi @Hasan-Mir you can pull the editor hover verbosity proposed API by placing the following in your extension's package.json file:
and pulling the proposed API using the terminal command:
|
Fixes #195394