Home General

showcase: debugging JavaScript code

Currently, it's quite painful to use JavaScript in LINQPad as there's no feedback on what's wrong with the code.
I've created a nuget package to address the issue:

https://github.com/vlad2048/LINQPadPlus
https://nuget.org/packages/LINQPadPlus/

Here's how a compilation error would look like:

There's more info on the readme. Also there's a linqpad-sample that goes through the different cases.
The async case is not quite done though, I can go into more detail if someone's interested.

Would this be a reasonable addition to LINQPad itself ?

Sign In or Register to comment.