1205 results found
-
4 votes
-
Show .cs files in the "My Queries" file tree and allow viewing .cs files
Show .cs files in the "My Queries" file tree and allow viewing .cs files
This allows us to quickly view and grab code from .cs files and paste it in a query for testing.
This increases productivity as we do not have to resort to another editor to view the file and copy contents from other app.
4 votes -
Improve debugging text variables
LINQPad is currently very not great at debugging anything with text.
- There is no way to set line endings to Unix vs. Windows
- When I paste text with Unix line endings, LINQPad silently modifies my strings to use Windows newlines. Boo!
- There is no way to see line endings, because they are not shown in the debugger, even with "dump", so when writing string parsing code, my counts are just mysteriously off, more with every line.
- The debugger "VALUES" column uses a variable-width font, so it is hard to compare values at a glance because even…4 votes -
Developing a version of LINQPad for macOS
With the evolution of .NET to support cross-platform development, enabling developers to build and run applications across Windows, Linux, and macOS, I believe now is an opportune time to consider developing a version of LINQPad for macOS.
4 votes -
Fix a bug where custom LinqPad drivers cannot be found on Nexus and Azure DevOps NuGet feeds
Hi,
I have written a custom linqpad driver and published it to our internal NuGet feed.
In the past there were no problems installing this driver.After updating out Nexus OSS server to the latest version, the driver cannot be found anymore.
I get the same behaviour on our Azure DevOps Feed.So I did some debugging and found out, that the filtering of the tags is pretty weird across the existing NuGet servers.
When searching for custom drivers, LinqPad creates the following url:
...v3/query/beta?q=tags:linqpaddriver%20&skip=0&take=40&prerelease=false&semVerLevel=2.0.0
The filtering is applied via "tags:linqpaddriver%20"Here my problems begin...
The nexus server does not…4 votes -
Add an "all files" option when browsing to open a SQL CE database
Our SQL CE database does not use a standard extension. We use a custom one so we can associate it with our application. I can simply rename the file when I want to use LINQpad with it, but it would be much easier if I were allowed to open a file with any extension as a SQL CE database. I would also be able to use LINQpad to view that database while our application is running, which is sometimes necessary.
3 votes -
3 votes
-
Remove online activation
Resharper provides a user friendly copy protection and LINQPad should do so too. Please.
3 votes -
Create a WPF UI
Self-explanatory, replace the Win Forms UI with a WPF UI or allow users to choose which one to download.
3 votes -
Enhance autocomplete to allow listing only Properites, Methods, etc.
Add autocomplete options to only list properties, methods, events, etc.
3 votes -
Add Table Name to Tab
It would be nice to have the tab name be the name of the table when running the pre-defined right-click queries instead of query n.
3 votes -
maximun result less than 1000
Hello, select less than 1000 like 100 results etc... thanks
3 votes -
graphs
Probably Just Me (and I think I could do it myself using MSCHart Add in). but sometimes I would like to be able to do very simple charts of my queries results. Scatter, Block Chart and May Be Pie Chart would probably be enough. like a light weight matlab....
3 votes -
.linqbat
Allow to create files with the .linqbat extension and the ability to run them in the command line or double clicking them without opening the full LINQPad UI.
3 votes -
Add preference for disabling of automatic creation of default query template after typing 'from'
When I am creating a query as soon as I type 'from' and press tab, a default query template is automatically inserted into the editor for me. I would like to have a preference added that would allow the disabling of this behavior similar to the existing 'Enable lambda snippets on query operators' preference. Thanks.
3 votes -
Alias tables to "var names"
When I copy/paste from Visual Studio to LINQPad (and back) I have to rename all the table variables to the real table names.
If I could alias a table, e.g. "Products" into "myProductsTable" the transition from VS to LP would be smooth.3 votes -
LINQ to SharePoint 2010
Support for the new SharePoint 2010 Microsoft.SharePoint.Linq.DataContext would be awesome!
3 votes -
Control-E / Cntl-E to run a query (same as SMSS)
Pretty simple - lets me keep my hands closer to the money spot on the keyboard. I find F5 to be disrupting to my keyboard position.
3 votes -
this feature ,it will better
i like this tool,if have this feature i think it will better:
add a expand/collapse button with west panel,can drag to east panel,and west panel's north panel(connection to sql) with south panel all in one tabpanel
Like the VS 's winodw toolkit!
--i am a chinese,in china no way to buy this book,how can i buy the book 4.0,thankyou
--sorry ,my English very poor3 votes -
Option to turn off the pluralisation of SQL table names in treeview as can't drag & use
When using LinqPad for sql editing (i.e. as part of stored procedures, dragging table names from the tree view gives the wrong name because you are pluralising by adding "s". Would also be great if app automatically could fill in the schema for a table when dragged onto a sql query page.
3 votes
- Don't see your idea?