TypeScript Version: 2.4
Visual Studio Version: 2017 15.2 (26430.16)
TypeScript Intelisense Version: version 2.4 is selected in "JavaScript/TypeScript => Intellisense"
Problem:
After upgrading to TypeScript 2.4 - code completion for specifying type of variable or expression stopped working, but if manually specify correct type name then type will be highlighted and compile successful.
Problem with Intellisense suggestion box it just don't show up at all in this case.
Possible workaround:
If change TypeScript intellisense version back to 2.3 and restart VS problem go away.
Update: Problem still persists in VS 15.3.0(Release)
Update 1: Looks like this is issue is fixed on TS 2.5 RC
TypeScript Version: 2.4
Visual Studio Version: 2017 15.2 (26430.16)
TypeScript Intelisense Version: version 2.4 is selected in "JavaScript/TypeScript => Intellisense"
Problem:
After upgrading to TypeScript 2.4 - code completion for specifying type of variable or expression stopped working, but if manually specify correct type name then type will be highlighted and compile successful.
Problem with Intellisense suggestion box it just don't show up at all in this case.
Possible workaround:
If change TypeScript intellisense version back to 2.3 and restart VS problem go away.
Update: Problem still persists in VS 15.3.0(Release)
Update 1: Looks like this is issue is fixed on TS 2.5 RC