IDE 开发 MVC 3 和构建 Razor 视图

IDE to develop MVC 3 and build Razor view

我在 VS 2017(或版本 15.2)上,我正在尝试打开一个 MVC3 项目。

项目构建和 运行 很好,但在编辑模式下,编译器一直给我这些错误。

'HtmlHelper' does not contain a definition for 'HiddenFor' and no extension method 'HiddenFor' accepting a first argument of type 'HtmlHelper' could be found (are you missing a using directive or an assembly reference?)

这个的副作用,智能在我的视图中不起作用。

有没有办法修复 VS2017 中的这些错误,或者我可以使用其他 IDE?

在 VS2010 之后不支持 MVC3。 所以只需使用 MVC 的最新迭代,5