Subsonic website
Hello,
when using subsonic (the former ActionPack) for .NET, which has a build provider,
Resharper has no clue of which classes it will generate.
This disables actually the useful intellisense for these classes.
Is it possible to add this ? Or quite complex ?
Dirk
Please sign in to leave a comment.
I hope it's possible. For reference, JetBrains, SubSonic uses BuildProviders to generate classes at runtime. I think this is the same way DataSets work, when they're in a website project's App_Code directory - does that mean R# doesn't know about how to intellisense those either (I haven't had a chance to try; we moved that stuff into a class library before we started getting to use R#). SS is also is capable of code-generating those classes into a project for boot-strapping a DAL.
The link is http://www.codeplex.com/Wiki/View.aspx?ProjectName=actionpack .
Dirk,
Unfortunately, ReSharper does not support build provider and will not
support them in the nearest future.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"