postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 837 forks source link

[Feature-Request] New Option: Navigation doesn't open Folders #13118

Open FlorianNoeverGOB opened 3 weeks ago

FlorianNoeverGOB commented 3 weeks ago

Is there an existing request for this feature?

Is your feature request related to a problem?

I am working with Workspaces with many Folders and Subfolders and need to Navigate between them many times. As I navigate I most of the time just click somewhere in the row of the Folder that I want to open to access a subfolder of it. The problem is that every clicked Folder open as a VSCode Tab that I need to close, because I only want to navigate deeper in the Folder structure not open the Folder itself.

I know that when clicking the > symbol the Tab does not open, but I don't like clicking on it because it is to small to hit fast and precise.

Describe the solution you'd like

I would like to have an option that only if I click on the Folder Symbol or Text the clicked Folder opens as a VSCode Tab. image

When clicking somewhere in the row the Extension should then behave like it does when clicking on the > symbol. image

Describe alternatives you've considered

This problem could also be resolved by using the Temp VSCode Tabs Feature. Like where when you click on a file it just opens temporary (italic tab name) and gets overwritten when another file is clicked only once. That way the Extension also wouldn't open a Tab for each Folder I click.

Additional context

No response