Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ServiceStack Razor inherits directive has no intellisense

I'm learning ServiceStack razor and wanted to get better with it(ServiceStack in general), I can't get the intellisense to work on models(via inherits directive) though

enter image description here

Here's my attempt so far: http://www.ienablemuch.com/2012/12/self-hosting-servicestack-serving.html

like image 914
Michael Buen Avatar asked Dec 26 '12 16:12

Michael Buen


1 Answers

I've explained the troubles I've had with getting Razor Intelli-sense to work here basically it's delicate to get it working that I've now decided it's better to first focus on upgrading to use the current (backward-incompatible) Razor v2.0 version before investing further effort in getting intelli-sense to work. This is something I plan to tackle in the near future.

BTW: Nice article Michael, I've added it to the Wiki and Community Resources.

like image 93
mythz Avatar answered Oct 01 '22 15:10

mythz