mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5732] [feature]: show the whole path of the request when moused over #2238
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#2238
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 @radekcols on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5732
Originally assigned to: @abhibarkade on GitHub.
Is there an existing issue for this?
Summary
when you have opened tab there is no chance to find out when it's located (in what sub/collection).
when working with vast amount of collections with subfolders it's really difficult and time consuming to find out where the request belongs to.
can you pls show its full path when moused over its tab?
thank you :)
Why should this be worked on?
it saves time and confusion
@abhibarkade commented on GitHub (Jan 5, 2026):
Hi, I'm interested in picking this up. I've taken a look at
TabHead.vue
and how we track request paths in the collection store, and I have a plan to pipe the folder path into the tooltip. Please assign this to me!
@radekcols commented on GitHub (Jan 5, 2026):
hey!
i do not think i have rights to assign it to you ;-)
@abhibarkade commented on GitHub (Jan 5, 2026):
No worries! I have the implementation ready and will be raising a PR momentarily.
@abhibarkade commented on GitHub (Jan 5, 2026):
I've raised a PR for this feature here: https://github.com/hoppscotch/hoppscotch/pull/5750. Ready for review!
@jamesgeorge007 commented on GitHub (Jan 28, 2026):
Closing since this is now addressed in the v2026.1.0 release.