Issue Type: Feature Request
It does not have filters on the folders, since it is very complicated to look for functions, stored procedures, other objects, inside a folder, thanks.
Azure Data Studio version: azuredatastudio 1.2.4 (1ebfd0235690ad044ed2874a02e65188f5fea01c, 2018-11-02T21:50:52.634Z)
OS version: Windows_NT x64 10.0.17134
I miss that feature too, that would be a great improvement on daily working and would make me change definitively to Operation Studio.
From #3761 by @jojeswe, which is a very close or exact dupe: "Folding/unfolding objects based on schema would also be nice." <--- I agree with this in addition to the original text of this feature request.
Just spitballing now but in my dream implementation of this, I'd want to be able to:
Tables, Views, Synonyms etc), again on both schema and/or object name, to limit visibility within that folder (and any subfolders) only. and, or, or not logic, on the same filtering target. For example, to show only Tables with name matching either %Sales% or %Returns%. Same for schemas. like-syntax wildcard searches. Database --> Schema --> Object Type --> ObjectsDatabase --> Object Type --> Schema --> ObjectsDatabase --> Object Type --> Objects (with schema shown in name) <-- This is current behaviorIn my opinion (especially for large/complex DB's), these are essential feature(s).
Another feature I would like to see, is the ability to apply a saved filter as a default.
A ReSharper-like Ctrl-T - universal search all the 'things' in the DB and display in an autocomplete filtered list, which then shortcuts you to the location in the 'Servers tree view' would be cool... but mostly yea, just need a filter of some sort in that main tree view.
In my opinion (especially for large/complex DB's), these are essential feature(s).
Another feature I would like to see, is the ability to apply a saved filter as a default.
I agree. Unfortunately right now this is the only thing holding me back from switching from SSMS
Closing this as a duplicate of https://github.com/microsoft/azuredatastudio/issues/8052 as cleanup