1201 results found
-
Boo support would be nice
Like Python and Ruby, this feature could be integrated with no pain. There is an hosting interface for boo. It's all about syntax coloring and intellisense.
2 votes -
IronPython / IronRuby support would be nice!
How about supporting code creation with this two languages. It shouldn't be so hard, as it's now possible to host them inside of any .NET language. Its all about adding the syntax highlighting and intellisense.
258 votes -
Support for custom DateTime formatting (also for TimeSpan etc.)
LINQPad's results use the default ToString method. I would be excellent if you could register certain types to have a custom rendering.
5 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 -
I want linqshell
you're almost there -- give me the whole thing, baby!
84 votes -
Change database selector to two dropdowns
One for server and the other for database. With many connections having only a single dropdown makes the list quite long and hard to navigate.
18 votes -
18 votes
-
Show the number of rows returned by query
In the results panel, it would be useful to display the number of records returned by the query.
17 votes -
Support synonyms
Automatically create entities based on synonyms just like it currently does for views and stored procedures.
31 votes -
Copy and Paste to Visual Studio
In a C# app, my code is often:
DataClassesDataContext db = new DataClassesDataContext();Then the Linq code is, for example
var results = from answer in db.Answers
where answer.Score > 20
select answerBasically, this cannot be copied and pasted to / from LinqPad as the tables are in the DataContext. db. breaks linqPad / VS when it is copied back in.
Would be nice to be able to define the name of the DataContext globally (default), or for each query.
5 votes -
auto graph
Small request. I love the visualisation feature "Show Graph" and it would be nice to have the option to automatically graph all columns in a resultset.
7 votes -
create Comment uncomment button/shortcuts
In visual studio and SSMS we have buttons/shortcuts to highlight a block of code and comment it out or uncomment it. I would like to be able to comment in and out parts based on changes I make to one based on the other.
9 votes -
allow F1 or Alt-F1 to bring up the table definition/schema
allow F1 or Alt-F1 to bring up the table definition/schema, like in SSMS-> alt F1 brings up tons of information about the highlighted table. it would be nice to have a mechanism for jumping straight to the table info via keyboard shortcut if the table name is highlighted.
25 votes -
allow opendatasource in LINQ
openDataSource and openRowSet don't seem to work in LINQPad under LINQ instead of SQL. I use these on a number of queries, and would hate to have to go back to SQL everytime I needed data from another server on the one I'm on.
4 votes -
1 vote
-
Provide a LINQ Query Tuner
Something to identify common patterns of misuse or inefficiency in LINQ queries, and suggest alternatives
847 votes -
Support NHibernate
...and Linq to NHibernate once it's more stable
43 votes -
make it possible to reference and execute .linq files
When saving a .linq file, make it actually save as a compiled .exe but renamed, allowing us to reference the scripts in our projects and execute them from the command line.
303 votes -
Allow .linq files to use env. vars to set ref. file paths.
I use link pad on two machines, each with slightly different directory structures. It would be nice if my .linq file could include referenced DLLs using notation like %HOME%...\Library.dll.
16 votes -
Flag read-only properties in output
I really would like to see for each property whether it's a readonly or a writable property. Maybe you could give the gray background of the headings some red touch for RO ones?
2 votes
- Don't see your idea?