It is possible to extend functionality with Action of Hyperlinq class for "new Hyperlinq((value) => {...}, ...)" in some new (beta) version? This would be great for comfortable interactive dumps..
This way would be possible to build complex html forms to gather some LINQPad query parameters (for example) directly in results pane.. And I am pretty sure, that many LINQPad users would appreciate this feature.
PS: If there will be option to identify Hyperlinq action with some string Id too (not only position) then the call from html could be ..RunUserAction('myAction1'...) and this will be really cool
Comments
new Hyperlinq (() => Util.ReadLine ("test").Dump(), "test")
?PS: If there will be option to identify Hyperlinq action with some string Id too (not only position) then the call from html could be ..RunUserAction('myAction1'...) and this will be really cool