-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[typescript-language-features] Expandable hover #228255
Conversation
@gabritto Should we merge this for testing? If you prefer we can gate this behind an experimental setting too |
As discussed offline, I'll implement the missing part of detecting when expansion is possible or not (both in this PR and on the TSServer PR), and then we can merge this for testing. @mjbvz can you point me to how to add a vscode setting to gate this? |
Thanks @gabritto. For the setting, try taking a look at vscode.workspace.getConfiguration('typescript').get('experimental.expandableHover'); |
TypeScript counterpart: microsoft/TypeScript#59940
See description of the TS PR for what's currently supported.