Open sameerpremji opened 1 month ago
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Hello,
When working with Databases, say, using either Microsoft SQL Server or Oracle or Snowflake, there's always an Object Explorer pane where we can expand say, a Table menu tree branch, which then expands to show hundreds and thousands of tables created in that Database and Schema.
Given the volume of tables in a given schema (hundreds and thousands), our Analytics team would like to always see a Search bar in any type of Object Explorer or File Explorer or similar, such that any keyword searched (contains) can be pinned and made "sticky" so that Data Scientists, Analysts, Data Engineers can only laser-focus on those objects that are relevant to their search criteria.
When VS Code is re-launched, the user can simply connect to the Database in question (SQL Server or Oracle or Snowflake or whatever) and gets to click on the pinned "sticky" search filter to automatically jump to and navigate to those objects that meet that criteria.
Example:
Instead of contacting every Database vendor in the world to ask them to add this feature in their corresponding VS Code extensions, it would be better to have the Microsoft VS Code team to provide a Universal Search bar for any Object/File Explorer pane to ensure all vendor-made extensions continue to work with this new "sticky" search functionality.
Thanks!