1195 results found
-
1 vote
-
Add 'Resolve' to Right Click
Add ability to right click on an unknown type and click Resolve similiar to Visual Studio. You have the feature now, but only way to do it is to hover over the little contextual help 'thing' and select the namespace.
1 vote -
Allow to change the "back-tick" key in the preferences (badly needed for non-US keyboards)
On keyboards without a back-tick key usable without any modifier key (alt, alt-gr), to select multiple columns you have to key-in <Alt>+<9><6>, which would already be pretty bad but actually gets worst on laptops without numerical keypads (a lot of them!): I have to key-in: <Fn>+<NumLock>,<Alt>+<9>,<6> for every column I want to select.
I own the premium edition, and don't use it because of this...
1 vote -
Support a "refresh driver" feature to avoid the need to unload/relaod during development of a new driver.
In the Add Connection dialog is a 'Delete Driver' feature, I sugges you add a 'Refresh Driver' to that simply deletes the driver and reloads it again from the same place.
1 vote -
Add a "throw driver exceptions" capability.
This capability would cause an exception to be thrown by a driver when it gets a serious error preventing executuion. A outer catch could cartch these and write them to a driver test output window along with stack data.
In addition when running LINQPad under debug the debugger could be configured to break when an exception is thrown - although there is limited src available - this would still allow a developer to see stack traces etc and gain insights into what might be wrong.
When this new feature is disabled LINQPad would behave as it does now.1 vote -
Allow .zip as a driver extentions
Allowing a driver to be named .zip would simplify testing and debugging of new drivers. LINQPad could allow this but warn the user when the driver is added "Warning driver should be named .lpx please contact driver vendor to get this resolved" or something. This will really ease the fiddling around at dev/debug stage.
1 vote -
Allow the user to sort using statements and references
Currently, it is very hard to find references on the "Additional References" and "Additional Namespace Imports" tabs when in the Query Properties window. This is harder when using LINQPad with enterprise applications that require a lot of references and using statements.
keep up the good work!
1 vote -
New Cache() extension - let it be parameters sensitive?
The new Cache() extension is absolutely great feature. One caveat though is that it is not parameters sensitive and it might be misleading in some cases.
A very simplified example:
int userID = 7;
Users.Where(u => u.UserID == userID).Cache().FirstOrDefault().Dump();When I run it - I get the expected user entity.
Now, if I change userID to 8, and I forgot I used Cache(), I will still get the user with ID 7, and I might execute a wrong logic.
To handle that - I use Cache(string) method with key which is combined by the relevant parameters for that query.
Anyway…
1 vote -
1 vote
-
1 vote
-
1 vote
-
Short Date
I would find it helpful if I could control the date formatting. For me and my companies data, I'm usually only concerned with the date not the time. The time tends to fill up the columns. Can we get some way to control how dates are outputted?
1 vote -
Convert URI to linq
I have a odata URI. I need a translation of it in Linq using linqpad. Is it possible?
1 vote -
Allow the File, Edit, Query, and Help menus to drop down on mouse hover.
It would be nice if hovering over the menu titles caused the menus to dropdown and show the items, rather than requiring a click action on the menu titles.
1 vote -
Provide a link to the line causing an exception from the information bar
The yellow bar at the top shows the current exception but if you have a very long linqpad script you need to scroll down to see where the error happened. It would be nice to be able to click the yellow bar to jump down to the exception.
1 vote -
1 vote
-
Generate StoredProc or Func.
Please add the ability to generate a StoredProc or Func from linqToSql. This would be an awesome benefit for devs who hate working with TSQL.
Many Thanks
1 vote -
CTRL-E to execute a query (for those of us who are used to it from QueryAnalyzer days)
User entering CTRL-E should execute a query justlike F5 does. I am in the habit of that keyboard combo from old queryanalyzer days
1 vote -
Make Data Context Options sticky
Every time I add a new connection I uncheck the "Pluralize EntitySet and Table properties" and "Capitalize property names" check boxes. I would love it if there was a way to specify a set of default values for the connection.
1 vote -
DateTime display option out of the box
I am working with StreamInsight and I highly recommend to give us the option to include the full ticks when displaying a datetime value, this would be extremelly useful.
1 vote
- Don't see your idea?