[Semantic sugar] type aliases are lost using IntelliSense #90061
Labels
info-needed
Issue requires more information from poster
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
When using a type alias in an interface (as semantic sugar) ... (A)
... this sugar is lost when using IntelliSense's "blue bulb" click -> "Implement interface XY" function. (C)
(See (B) for concrete type alias used here)
Appendix: Also, this semantic sugar is lost in IntelliSense hover tooltips -- see (D), where semantic sugar type "UUID" gets de-aliased down to "string" in the tooltip.
The text was updated successfully, but these errors were encountered: