Posts
Sort by recent activity
Snippet Format
I noticed the snippet format now conforms to Visual Studio snippets. Are there plans in the future to support things like Surround With or Custom Literals?
USE Database quirk
This applies to both SQL Prompt 3.1 and 3.5. I don't know why I waited until now to report this; It's pretty minor though.
If I start out with a new query window and I type in a use database statem...
Options from the Tray Icon
This is a handy feature however I found that when I open it my options reset to the default. Even if all I do is open the Options dialog then immediately cancel my options are reset. Accessing the ...
3.5 First Look
Great job on what you have so far on 3.5. It seems like you really listened to what people were posting here on the forums. The first few things that popped out at me were:
New options dialog layou...
**Snippet Editor/Management application**
This little app I wrote addresses some of the annoyances I've found with the Snippet Editor.http://chrisrickard.blogspot.com/2007/07/sqlpromptsnippeteditor.html
Have fun! :P
Slow Loading of apps
I'm running Vista and SQL Prompt 3.1.0.40.
Every time I start SSMS or QA there is about a 1 minute delay before the app becomes active. In the case of SSMS the splash screen is displayed the entire...
2.0 Release First Look
First I would like to give a big "thank you" to all on who work on the SQL Prompt product, including those who service this forum. I was a (pleasantly) surprised to find it free until September.
I ...
BEGIN END Quirkyness
I tried this in SSMS, VS2003, and VS2005 and they all behave the same:
If I have a code block as suchBEGIN
END
Put the carret on the blank line between the begin and end ensuring it is on the le...
Snippets
The Snippets Editor is somewhat less than optimal in the following ways:
Adding new Snippets is unintuitive: At first I had thought that this feature was disabled. After playing around I realized ...
Feature Requests
Is there any support for local variables? If not then this is a feature request. For instance say I had
DECLARE @AnInt INT
I would like it available anywhere a column would be. Also having a list o...