Finalize editorHoverVerbosityLevel so other extensions can offer verbose hovers
Open
api-finalization
editor-hover
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
The `editorHoverVerbosityLevel` proposal has been in `src/vscode-dts/` since 1.89 (April 2024, test issue [#210904](https://github.com/microsoft/vscode/issues/210904)). It is still only a proposed feature.
The TypeScript extension already uses it. It is just inaccessible to Third-party extensions.
Any extension with long hover doc (API docs, config schemas, a DSL) can take advantage of it. And due to TS already using it they might already be familiar with it too.
Contributor guide
Assessment
This issue has not been assessed yet.