Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Results in Object Explorer Details #6

Open
kofoide opened this issue Dec 13, 2018 · 1 comment
Open

Filter Results in Object Explorer Details #6

kofoide opened this issue Dec 13, 2018 · 1 comment

Comments

@kofoide
Copy link

kofoide commented Dec 13, 2018

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.

image

@nicholas-ross
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants