Nicholas

Results 31 comments of Nicholas

To do this change the html regex to `()([\s\S]*?)()`. Very useful for better js intellisense and when using script tags for custom templates.

All the .dll files and the .pkgdef file are required. And they all need to be unblocked. The File Explorer properties window will only show the unblock option when you...

The .ps file is not in the latest release. If you see it then you have downloaded the source code instead of the app files. If you have extracted the...

Make sure you have downloaded from the releases page and not the source code. The folder cannot be in an additional sub folder. i.e. You should have this file path...

When the Schema Folders appears in the options but doesn't load then you didn't unblock the zip file before extracting. https://github.com/nicholas-ross/SSMS-Schema-Folders/issues/10#issuecomment-535297555

Microsoft have added the required assembly binding redirect for 18 to 19. However I am currently defaulting to 2016 for unknown versions. Attached is a version with the performance tweaks...

I've been thinking about adding additional folder levels using a user defined regular expression. That way it can have folders for stored procedures based on the naming convention used, e.g....

I did experiment with this at the time. There is a branch called FolderLevels that added a second folder level and sorting by first letter. I never got to implementing...

See release [v1.4-beta2](https://github.com/nicholas-ross/SSMS-Schema-Folders/releases/tag/v1.4-beta2).

v1.5 added support for a second schema using a dot. [v1.6](https://github.com/nicholas-ross/SSMS-Schema-Folders/releases/tag/v1.6) added underscore as an alternate delimiter. Pattern matching will come at a later date.