Are there any editors 开发者_开发百科except Visual Studio that support Razor syntax?
You're referring to "ASP.NET MVC Razor" but asking about an editor with Razor support so I'm not sure if you need MVC or you're just looking for Razor support. Razor isn't exclusive to ASP.NET MVC.
If you're just looking for Razor support, try Microsoft's new WebMatrix. It's got a very nice feature set and it's free.
If you're not using Visual Studio because of the cost, try Visual Studio Express. VS has the best Razor/MVC/.NET support. No reason not to use it IMO, it's a great IDE.
精彩评论