Home
Options

Could LinqPad detects modification made to a query from outside the IDE and reload it?

Hi, I had a crazy idea to include/reference others .linq queries.

When I want to include a query I create an empty region using the convention #region Include .

Then I have a console app watching all my queries for changes, it finds the #region Include ... pattern and try to resolve all the dependencies, and finally merge the code, references and namespaces.

It's not perfect but it's working just fine anyway.

Now the only thing is LinqPad doesn't detect that an already opened query has been changed a disk so it won't ask me the reload it (like what you see in VS, Notepad++ and other IDEs).

Could this feature be added to LinqPad?
Sign In or Register to comment.