SQL Prompt Feature Suggestions
Welcome to the SQL Prompt feature suggestion list. Find out more information about SQL Prompt at http://www.red-gate.com/products/sql-development/sql-prompt/.
If you have any questions, need help or have found a bug in SQL Prompt, please visit the forums at http://www.red-gate.com/messageboard/viewforum.php?f=137.
-
Enable F12 for table definitions (and other objects)
F12 works great for viewing the definition of a procedure. How about doing the same trick for a table/view. i.e. highlight a table, press F12, and see the CREATE TABLE script for that table.
11 votes -
Alter object directly from SQL Search results
I would like to alter object directly from SQL Search result without having to double-click them and then right clicking and altering them via object explorer.
7 votes -
Enable F12 from Object Explorer
It would be nice to highlight an object in the Object Explorer, hit F12, and have the ALTER script in a new tab already named appropriately.
7 votes -
Surround templates added to snippet manager.
So you could highlight a column and surround it with isnull() for example.
Or surround a sql query and surround it with begin and end.5 votes -
design view
I like how I can use 'ap' and a stored procedure name to quickly edit a stored procedure, without having to use the solution explorer to find it and right click etc.
It's a bigger ask, but I'd like a shortcut I can also use to open a table up in designer view. Something like 'at' and then intellisense the table name, and then when I hit tab, it opens the table up in design view.3 votes -
2 votes
-
2 votes
-
Script Object as alter (F12) should be able to open an object even when it does not follow an EXEC or begins a batch.
I often want to open a procedure that is inside dynamic sql or in a list of objects. Today I have to put an EXEC in front of statement. F12 ought to be able to find the proc/function/view anyway.
1 vote
- Don't see your idea?