-
Couldn't load subscription status.
- Fork 35.8k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
With a typescript source file, when using the type guarded type inference, the auto completion does not work...
An example :
if(myObj instanceof MyClass) {
myObj.ab// hit Ctrl+Space, the autocompletion will not trigger but should propose members of MyClass
}
Thanks !
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)typescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)