Enable splitting script into regions (similar to #Region Directive in C#) so that the code editor can expand and collapse parts of it.
Very useful for long scripts where different sections can be expanded and collapsed in the code editor.
9
votes

2 comments
-
Xiaoyong Zhu commented
Thanks Michael, we'll review and plan accordingly
-
Michael Rys commented
Hi Amit, I forwarded your request to the tools team. Until such a feature is added, may I suggest to break your script into logical items and implement them with views, table-valued functions and procedures?