SQL Complete allows specifying a block of SQL code that can be expanded or collapsed using the SSMS query editor. Nested regions are also supported.
--region name
--endregion comment
name
Optional: The name of the region, displayed in the SSMS code editor.
comment
Optional: A comment for the region.