microsoft / microsoft/vscode-js-debug
Support letting a language server provide additional metadata on values
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
👋 been enjoying this extension, great work.
It's a bit of a blue-sky idea, but an interesting case would be enum values.
For example selecting kind in the editor below could request some kind extended metadata about the raw value. So it would have the chance go from this:

To this:

And maybe type information could then be available if you keep the mouse hovering?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by clarifying how language-server metadata should be requested and displayed for enum values, including whether hover type information is in scope; done would mean an agreed implementation path and verified metadata display.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100