petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
75 stars 17 forks source link

Filter Hubs & Derivatives View #58

Closed watcherkb closed 2 years ago

watcherkb commented 2 years ago

Hi Petr, is it possible to filter/search Hubs by name? And is it possible to sort all Hubs?

petrbroz commented 2 years ago

VSCode provides a simple but nice search/filter functionality that might get you what you want:

vscode-search-filter

As for sorting, that is not supported at the moment but we could consider that a new feature request.

watcherkb commented 2 years ago

thank you for pointing me to the search functionality. That was new to me.