280 results found
-
having also parameters listed in intellisense
SQL 2008 intellisense also show parameters, this software no (at least the free version); it would be nice to have it
1 vote -
when you search a field to join 2 tables, it would be more convenient if key fields stood on top
when you search a field from suggestion list to join 2 tables, it would be more convenient if key fields were displayed on top
9 votes -
integrate SQL Complete with
I just purchased dbForge Data studio and dbForge SQL complete. I'm suprised that SQL complete does integrate with data studio.
Why don't you integrate SQL Complete with data studio?7 votesVersion 3.0 is on the site
-
20 votes
Version 3.0 is on the site
-
Intellisence in SQLCMD mode
On our severs we have large number of databases with same structure and use SQLCMD variables for databaseand shema name in our scripts. Example select t1.* from $(databasename).$(shemaname).TABLE1 t1. It would be very usefull to have intellisence enabled if I type "t1."
14 votes -
Place comma before a parameter item
Place comma before a parameter item when you write a stored procedure or function
1 vote -
Add code snippets support
Templates and code snippets should be available as a shortcut to enter. Also the ability to add ones own code snippets.
16 votesVersion 3.0 is on the site
-
Allow for customizable indentation
Allow to specify code blocks that should be indented
For Example:
begin try
{indented code}
end try
begin catch
{indented code}
end catch7 votesThis feature has already been implemented. But it’s available only in Standard edition of SQL Complete.
Free edition has restricted formatting options. -
Intellisense on Temp Tables and Table Variables
Show the table columns in the Intellisense when you create temp tables or declare table variables.
29 votesVersion 3.0 is on the site
-
"Go to definition" feature for procedures, views, etc.
When there's a valid sql object under the cursor in the text editor, two nice features (via context menu):
- Go to definition (select in object explorer)
- Script object (clipboard, new window, etc...)
Also object names should be shown as a link if the Ctrl key in pressed. All object names in script shows as hyperlink. Ctrl+click or Ctrl+Enter on it opens the object definition in new tab.
33 votesVersion 3.0 is on the site
-
Different (or customizable) alias generation
For table name, for example, 'tMoneyCashOrder', auto-alias should be like 'tMCO'
5 votesThis feature is already implemented in SQL Complete 2.0
-
Import/Export options utility
it could be usefull an utility to import/export the options configured by the user.
1 voteIncluded into SQL Complete v2.50
-
9 votes
Version 3.0 is on the site
-
A handy feature would be to show a live preview of formatting in the options page.
When selecting the various code formatting options it would be very useful to be able to see the effect in real time of the selections on a sample piece of code. Having to make selections, then close the options and Format the code, then go back and tweak is a bit of a pain.
2 votes -
qualify names in a sentence, ussing alias (if present) or table name
qualify names in a sentence, ussing alias (if present) or table name
2 votesThis feature is already implemented in SQL Complete 2.0 (Standard edition)
-
sql complete hangs when there are many procedures
Two ideas here:
1. Limit the suggestion list (entry in options dialog - "Max count suggestions"
2. Loading details could be async3 votes -
ctrl-space on built in function params should not cause hangs
If I enter ...
select replace(
and then I type ctrl-space (ie. give me the params available) Server Studio hangs.4 votes -
Add a feature to "Run current statement"
The keyboard shortcut to run Execute statement in query editor is F5. If we have multiple queries in the same query editor window, all the query will be executed, unless we first highlight the part of query that we want to execute, and then pressing F5.
I'm suggesting that instead of selecting the statement (usually by using a mouse movement) and pressing F5, we can just put the cursor anywhere in the statement that we want to run, and then pressing keyboard shortcut (something like ctrl+F5) will run the "current statement" which is the text between the first "newline +…
14 votesVersion 3.0 is on the site
-
Include Schema
Can database schema be included (optionally) in the intellisense object name selection? e.g. [dbo].[tablename] ?
(the square brackets also being optional)11 votesVersion 3.0 is on the site
-
Highlight all occurrences of selected word
Highlight all occurrences of a selected word in the current document.
20 votesVersion 3.0 is on the site
- Don't see your idea?