4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
Domain: APIHelp WantedSuggestion
Repository metrics
- Stars
- 108,860 stars (108,860 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)9 merged PRs in 30d (9 merged PRs in 30d)
Description
When sending a definition request to the tsserver, the response contains a range selection of the whole type. For UX proposes it would be better to either select only the identifying portion, like a type name, or additional include such an identifying range.
See https://github.com/Microsoft/vscode/issues/6772 for some background.
Contributor guide
- Research direction
- Investigate the tsserver definition handler to understand how the range for definition responses is computed, and modify it to include a more precise identifying range (e.g., just the type name) in addition to the full type range.
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- TypeScript