microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Ability to hide schema's from view #25950

Open 7L-05 opened 1 month ago

7L-05 commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It frustrates me when I can see more schema's that I have to.

Describe the solution or feature you'd like In the database and schema selection window, I would like the ability to select or clear checkboxes of schemas that you I want to display or hide

Describe alternatives you've considered No alternatives in ADS just use different software like DataGrip

Additional context I use Group By Schema and I can see additional schema's that I don't want to see

Datagrip has this in the link below. https://www.jetbrains.com/help/datagrip/schemas.html

Thanks