Improve "read ahead" for variables
I find that in longer stored procedures, declared variables often don't show up as I start to type them. E.g. typing @ towards the beginning of the sp shows me a list of the variables, however if I'm further down in the proc, they ofter are not listed.
15
votes
Anonymous
shared this idea
This is included in SQL Prompt 6.4, which you can download from http://www.red-gate.com/products/sql-development/sql-prompt/
-
Anu commented
Thanks for your feature request. Variable scope is configurable. Please check this forum post for more details:
http://www.red-gate.com/MessageBoard/viewtopic.php?t=16615&highlight=parserlookbackdistanceLet me know if this solved the issue you are having.