VS2017(15.3)+ Resharper - 没有组件,模块等的角度自动完成

时间:2017-08-16 10:33:39

标签: visual-studio angular typescript resharper intellisense

我正在尝试使用Resharper在VS2017中开发Angular(4)应用程序,但我遇到的问题是,在尝试通过按CTRL + Spacebar自动完成代码时,类(模块,组件等)未得到解决

在此处撰写LayMod应该会在LayoutModule中找到模块./layout/layout.module

LayMod should find the module LayoutModule in ./layout/layout.module

如果我写出完整的名字并点击其他地方,Resharper建议导入:

Resharper suggesting the correct import statement

对于node_modules目录之外的导入模块也会发生这种情况,例如来自RouterModule的{​​{1}}。

我正在使用VS2017(15.3)中包含的@angular/router快速入门模板以及最新的稳定Visual Studio(15.3)和Resharper(2017.2 EAP 12)版本。

以下是使用的JavascriptServices/Angular

tsconfig.json

如何在VS2017(+ Resharper)中自动完成无效模块?是否支持或者我是否必须使用其他编辑器,例如Webstorm?

1 个答案:

答案 0 :(得分:0)

您是否在 ReSharper→选项→代码编辑→HTML→编辑中启用了Angular 2支持?请参阅ReSharper help pages