Closed
Description
Bug Report
π Search Terms
Completion, IntelliSense
π Version & Regression Information
Tested in 'Nightly' version - the problem is not fixed.
- This changed between versions 5.0.4 and 5.1.3
β― Playground Link
Playground link with relevant code
π» Code
let foo: number = 1
fo
π Actual behavior
Completion list ater fo
does not contain foo
item.
π Expected behavior
Completion list ater fo
contains foo
item.