Posted 18 years ago
by Alex
I’ve been playing with the new version and it is really amazing. Thanks for the great product.
I understand that I can add assembly references to DotNetProjectResolver and it will provide me intellisense support for the types from this assembly. But in my case I have several files, each of them defining a separate class. How can I use the type information from these different files for intellisense, so it works like Visual Studio? Of course, I can compile it to assemply and use it as reference, but is there any other way?
Actually, in my case I already have a CodeDomCompiledUnit for these class , if it makes a task easier.
Thanks,
Alex
I understand that I can add assembly references to DotNetProjectResolver and it will provide me intellisense support for the types from this assembly. But in my case I have several files, each of them defining a separate class. How can I use the type information from these different files for intellisense, so it works like Visual Studio? Of course, I can compile it to assemply and use it as reference, but is there any other way?
Actually, in my case I already have a CodeDomCompiledUnit for these class , if it makes a task easier.
Thanks,
Alex