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
You should be able to run SQL queries directly (also includes syntax highlighting). No autocomplete/intellisense-ish functionality however. Change the language of the query to SQL.
Any idea whether intellisense for SQL is in the backlog?
It's not planned at the moment.