Comments
Sort by recent activity
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...