asp.net-mvc – 如何获取针对Razor View Engine的IntelliSense

前端之家收集整理的这篇文章主要介绍了asp.net-mvc – 如何获取针对Razor View Engine的IntelliSense前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
只是安装了Microsoft Visual Web Developer 2010,并尝试使用Razor View Engine创建一个MVC应用程序。

当打开一个“.cshtml”文件时,我无法在编辑器中获取语法的颜色,并且未显示智能感知。是否有任何选项我明确需要启用它?

解决方法

更新: Release Candidate终于支持Razor IntelliSense。
Update2: The final release got announced here,它还支持Intellisense for Razor语法。 Woohoo!

以下是新增强的Intellisense和Razor语法突出显示的屏幕快照:

对于MVC3和NuGet的一个很好的概述/介绍,我建议你看看这个PDC10 video

上一个答案

不,目前的测试版还没有工作:

Razor intellisense isn’t in today’s
beta. We needed to do a little more
testing (and bug fixing) before we
were ready to distribute it broadly.
It patches a few VS files and so we
need to make sure it is 100% solid
before giving it out broadly.

It will definitely be in the final
release,though,and should be
available for people to install in the
next few weeks.

Thanks,

Scott

取自@L_404_3@

原文链接:https://www.f2er.com/aspnet/253855.html

猜你在找的asp.Net相关文章