microsoft / microsoft/TypeScript
Partial Semantic Mode Meta-Issue
Open
@DanielRosenwasser is already working on this.
Since Jul 15, 2020.
Meta-Issue
Rescheduled
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
See https://github.com/microsoft/TypeScript/issues/37713 as a pre-requisite for this issue!
https://github.com/microsoft/TypeScript/pull/38561 implements the core idea proposed in https://github.com/microsoft/TypeScript/issues/37713.
Beyond that, there is still a set of UX issues that we should probably address:
- make cross-file go-to-definition work in the syntax-only server (https://github.com/microsoft/TypeScript/issues/39037)
- make find-all-refs work on unresolved locals (https://github.com/microsoft/TypeScript/issues/38836)
- better display experience for error types on the syntax server (https://github.com/microsoft/TypeScript/issues/39032)
- expand when
isNewIdentifierLocationon the syntax server (https://github.com/microsoft/TypeScript/issues/39033) - consider loose completions on the syntax server on unresolved/error types (https://github.com/microsoft/TypeScript/issues/39034)
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.
Assessment
This issue has not been assessed yet.