usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
23.9k stars 1.1k forks source link

[Feature request] Switch or toggle between collections easily #610

Open premeaswaran opened 10 months ago

premeaswaran commented 10 months ago

Would love a feature where I can switch between collections easily. I would imagine something like an icon next to the title of the collection, which upon clicking would give me the dropdown of the list of all collections that I have, and I can switch to a particular collection by clicking one among the dropdown items.

Can elaborate more if required.

premeaswaran commented 10 months ago

@helloanoop If this sounds reasonable, I can try working on this change sometime today or tomorrow.

UnleashSpirit commented 10 months ago

Hi, I think this feature could be great :) something like workspace in Postman or "Working set" in Eclipse with multiple possible selection

premeaswaran commented 10 months ago

@UnleashSpirit Tbvh, I wasn't really thinking of something like workspaces or working sets. But that would be cool to have too.

What I was mainly addressing is that currently if someone wants to switch to a different request in a different collection, he/she has to traverse through the collection tree on the sidebar and select the particular request (multiple mouse clicks). Instead if I could get a dropdown at the top (naive example below), it makes it a bit easier to switch - hopefully with just a single mouse click.

image