-
Re: [BUG] F# intellisense opens in the middle of a string
Thanks - this is now fixed in the latest beta.1 · -
Re: Does "Go to definition" work for all syntax ? Is it not supposed to open a window or a tab?
"Go to definition" (F12) is implemented in the paid editions, but it will only go to symbols that you've defined in the query. Are you hoping it will give information about symbols in other…1 · -
Re: Choosing the Visual Studio debugger says "Find Source LinqPadQuery.cs"
Yes, this problem has resurfaced - it appears there has been some change in the way VS handles the BOM when computing hashes on source files. There will be a LINQPad fix soon. In the meantime, you ca…2 · -
Re: Maximum rows to display in Rich Text Mode < 1000 is ignored
The new build is now available: https://www.linqpad.net/Download.aspx#beta1 · -
Re: Get current setting for "Maximum rows to display" from inside query?
The following will query the setting: int? GetMaxQueryRows() { string userOptionsPath = Path.Combine ( Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "LINQPad", &quo…3 ·
