Home

Is it possible to get a SQL parser in LINQPad 5?

I am using LINQPad 5 as I will be working with LINQ as well as SQL. In SSMS, it parses SQL queries before execution. So it will do Syntax highlighting immediately. That's convenient because I can see if I'm messing something up before I execute. Is this possible in LINQPad 5? I tried finding a nuget package but was unable to find something that works.

Comments

Sign In or Register to comment.