nicholas-ross / SSMS-Schema-Folders

This an extension for SQL Server Management Studio (SSMS). It groups sql objects in Object Explorer (tables, views, etc.) into schema folders.
GNU General Public License v2.0
159 stars 34 forks source link

**Feature Request** Nested schemas with 2+ levels deep #34

Open FokkenOssom opened 1 year ago

FokkenOssom commented 1 year ago

Hi Nicholas Your 2 Level grouping of "."separated schema sublevels works like a charm! Thank you man!

Can you add more levels (ideally 7+)? Can you also add underscore "_" as schema level separator?

Thx

nicholas-ross commented 4 months ago

v1.6 added underscore as an alternate delimiter. Pattern matching with more levels will come at a later date.