mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5956] [feature]: Reveal current request in collection sidebar #2339
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MikolajPiecekMoliera on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5956
Is there an existing issue for this?
Summary
Add an action to reveal the currently open request in the collection sidebar. When triggered, the application should expand the relevant collection and folder hierarchy and highlight the request that is currently open in the editor. This would allow users to quickly locate the request within the collection structure without manually searching or scrolling through large collections.
Why should this be worked on?
When working with large collections, it can be difficult to find the position of the currently open request in the sidebar. Requests are often opened via search, duplication, imports, or navigation between tabs, which makes it easy to lose context within the collection hierarchy. A “Reveal in collection” action would quickly restore this context by expanding and highlighting the request’s location. This improves navigation, helps users understand the organization of their collections, and aligns the workflow with similar functionality available in tools like Postman, Insomnia, and many IDE file explorers.
@statxc commented on GitHub (Mar 6, 2026):
@jamesgeorge007 Can I take on this? I'd like to contribute
@PrathamPeriwal commented on GitHub (Mar 11, 2026):
Hi! I’m interested in contributing and would like to work on this issue. Please let me know if I can be assigned.
@saksham242007 commented on GitHub (Mar 13, 2026):
Hi! I’d like to work on this feature. My plan is to track the currently open request’s ID and then expand the corresponding collection and folder hierarchy in the sidebar, highlighting the request. Would love to hear any feedback on this approach before I start.