I would like to know if there is an extension that allows me to define areas inside the visual studio 2012 editor when editing custom functions or simple t-sql queries.
I tried the following, but it doesn't seem to be that much:
-- #region This is a region with t-sql code ... -- #endregion
source share