SSMS-Schema-Folders
SSMS-Schema-Folders copied to clipboard
Filter Results in Object Explorer Details
A nice feature would be to get the Object Explorer Details to filter to only the objects in the Schema selected in the Object Explorer.
I wanted to do this when I first created it. Setting the filter on the details window also sets it on the explorer window, so I couldn't use this method.
The tree nodes implement IServiceProvider to do a lot of their functionality. Unfortunately a lot of the SSMS classes are internal so I couldn't use them to replicate the same behaviour. I simulate the behaviour by getting the GetService method to call the method on the parent tree node (there is a setting to turn this behaviour off).