Comments
Sort by recent activity
I personally would like to see it turned on.
Its especially useful for parts where you'd always use the auto-completion.
Eg.
INNER JOIN[space]
or
INNER JOIN Table T ON[space]
But this would depend on the candidate list showing up only when its needed. If it shows up othertimes i can see an argument for turning it off. / comments
I personally would like to see it turned on.
Its especially useful for parts where you'd always use the auto-completion.
Eg.
INNER JOIN[space]
or
INNER JOIN Table T ON[space]
But this would depend ...
Ok, i think i have been able to reproduce this using AW. SELECT *
FROM HumanResources.Department A
INNER JOIN HumanResources.vEmployee V on vEm
The list shows 3 items, the 2nd one clicks ok, the first doesnt click.
Can someone please confirm this? / comments
Ok, i think i have been able to reproduce this using AW.SELECT *
FROM HumanResources.Department A
INNER JOIN HumanResources.vEmployee V on vEm
The list shows 3 items, the 2nd one clicks ok, the f...
I was using SSMS.
What happened is after i pressed enter the candidate box just disappeared. I could press control-space and get it to show up again and then enter would just leave it incomplete.
I'll have a play around and see if i can replicate it. / comments
I was using SSMS.
What happened is after i pressed enter the candidate box just disappeared. I could press control-space and get it to show up again and then enter would just leave it incomplete.
I...
emails4me wrote:
SQL Prompt gives me intellisence on Commented code:
Type in -- NEW PROC CREATED
holding down the shift key while type something in caps and you get the SQL Prompt intellisense? is there a way to tell it to ignore comments ?
I'd like this as an option to turn on/off. Sometimes i write code in commented out parts that i still want intellisense for.
eg.
UPDATE Table SET
LookupID = x
WHERE 1 = 2
/*
SELECT *
FROM LookupTable
*/
/ comments
emails4me wrote:
SQL Prompt gives me intellisence on Commented code:
Type in -- NEW PROC CREATED
holding down the shift key while type something in caps and you get the SQL Prompt intellisense? ...
If you were to add hot-keys like that, i'd like to see it configurable on the options screen.
Just makes it that bit easier.[/i] / comments
If you were to add hot-keys like that, i'd like to see it configurable on the options screen.
Just makes it that bit easier.[/i]
I have added the suggestion. / comments
I have added the suggestion.
I think if regex can be an option (with a checkbox or other device to enable it) that would be great.
Don't think it should be the default however. / comments
I think if regex can be an option (with a checkbox or other device to enable it) that would be great.
Don't think it should be the default however.
Can you hook the standard object explorer right click menu?
This means right clicking in sql search and right clicking in object explorer are the same thing. / comments
Can you hook the standard object explorer right click menu?
This means right clicking in sql search and right clicking in object explorer are the same thing.
David Atkinson wrote:
Do you think it is important to have a "Matches on" column at all?
This could possibly be moved to the bottom panel once someone has clicked on it.
I can also see this as maybe a filter, so you can match by name only or columns only. / comments
David Atkinson wrote:
Do you think it is important to have a "Matches on" column at all?
This could possibly be moved to the bottom panel once someone has clicked on it.
I can also see this as...
I'm not sure how many is the maximum types that can generate a match for a single item, but like i mentioned above possibly the best idea would be to have either a comma separated list.
Or optionally having a count of the number of items that match which shows the detail of the types on rollover/hover. / comments
I'm not sure how many is the maximum types that can generate a match for a single item, but like i mentioned above possibly the best idea would be to have either a comma separated list.
Or optional...