Include .linq
How about a simple include funcionality...
the include directive will act as the 'placeholder' where the external file will be "injected" before compilation...
the Additional References/Namespaces will be merged with the actual one before compilation...
Problems like indication of errors in external files could be solved in later versions...
Thx...
ZEE
the include directive will act as the 'placeholder' where the external file will be "injected" before compilation...
the Additional References/Namespaces will be merged with the actual one before compilation...
Problems like indication of errors in external files could be solved in later versions...
Thx...
ZEE
Comments
I don't understand why this feature has not more claims...
Even if it is a plain/simple file merge before compilation it will be a great time saver to include a little function library in a new .linq file... instead of cut/copy from another file...
This way it will be like a macro feature for the position of the #include directives...
I resolved this pre-processing the .linq file before clicking the run button...
but it's a waste of time for such a simple fix!!!
Please consider this one... again...
;-)