this
and typeof
are not type keywords in completions
#32486
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Help Wanted
You can do this
Milestone
In services/utilities.ts:1213,
this
andtypeof
are not ineven though they are type keywords. Unfortunately, adding them breaks some tests to do with find-all-refs with global this -- patterns like
function f(this) { this }
start identifying thethis
inside the function as the globalthis
.The text was updated successfully, but these errors were encountered: