-
Re: More intellisense/code highlight on C# Attributes?
I've got a fix in the works for syntax coloring. Autocompletion on named properties might take a while.1 · -
Re: REQUEST : Replace "GO" with appropriate provider "batch-delimiter".
Can I ask for what reason? The 'GO' keyword is not sent to the database server - it's parsed by the LINQPad client and then each batch is sent separately to the server. So it will work with any back-…1 · -
Re: "Fetching schema" message when no database code is being exercised
It makes a difference to error checking and autocompletion. Additional types and members become available when a connection is enabled. If there's an unresolved type or member in your script, it can'…1 · -
Re: "Fetching schema" message when no database code is being exercised
Regarding emailing you when a reply is posted, try Edit Profile > Notification Preferences.1 · -
Re: Macro to identifier LINQPad/Visual Studio?
#if LINQPAD (all uppercase.) You can add #if NETCORE to determine whether you're running LINQPad under .NET Core (i.e., LINQPad 6 rather than LINQPad 5).1 ·