Visual Studio 2015 年的 Typescript 自动完成

Typescript auto-completion in Visual Studio 2015

使用 VS2015,在 C# 或其他语言中,当您键入标识符的一部分,然后标点符号时,它会自动完成。例如输入 'conso' 然后 '.'它将完成到 'Console.'。我喜欢这个!

但在 Typescript 中,我必须按 enter 或 tab 才能完成。所以 'docum' 然后输入 '.',得到 'document.'

是否有一个配置选项可以使 Typescript 完成像 C# 一样工作?差异很烦人。

谢谢

目前似乎不支持,但它是 known issue

this will be fixed in 2.0. autocompletion on most characters...

循迹引导我here

我在哪里找到的

I have a fix for this, and it should be part of the final 2.0 release.