type
and namespace
no longer appear as global keyword completion
#33615
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Fix Available
A PR has been opened for this issue
Good First Issue
Well scoped, documented and has the green light
Milestone
TypeScript Version: 3.6.2
Search Terms:
keyword, completion, global, namespace
Code
n
Expected behavior:
Completion gives
namespace
.Actual behavior:
Completion does not give
namespace
.Playground Link: N/A
Related Issues:
Broken by #32474
See https://developercommunity.visualstudio.com/content/problem/749982/typescript-intellisense-is-incorrect-for-namespace.html for report.
The text was updated successfully, but these errors were encountered: