문제

I've installed Nancy and intended to use the built-in Super Simple View Engine for rendering my views, however Intellisense completely fails to recognize the syntax in a self hosted project. For the Razor View Engine, the NancyFX documentation points out which build providers one needs to declare in app.config to get the Razor View Engine recognized by Intellisense, however with SSVE, the documentation lacks of that part.

Does anyone knows a way to get me out of the old notepad-style age?

도움이 되었습니까?

해결책

There is no intellisense for SSVE - there is a Nancy ReSharper plugin, which adds a lot of features, but I don't believe that's one of them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top