microsoft / microsoft/TypeScript
Ensure find-all-refs works on unresolved locals
Abierto
@ahejlsberg ya está trabajando en esto.
Desde el 13/9/2021.
Domain: LS: Symbol Navigation
Experimentation Needed
In Discussion
Rescheduled
Suggestion
- Lenguaje dominante
- Go
- Estrellas
- 111k
- Forks
- 14.3k
- Merge medio
- 2 d 4 h
- PR fusionados (30 d)
- 132
Descripción
Spoke with @amcasey about this one.
Given the following
blah.yadda.yadda
blah will be an unresolved and should be an error, but we still want find-all-references on this symbol to work reasonably well. This is especially important in the mode described in #37713, where TypeScript won't have access to symbols in the global scope.
This can potentially be achieved by creating an "error scope" whose symbol table contents are progressively populated every time resolution fails.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.