[FEATURE] Have the search arrows in Claude desktop (code) to search circularly
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When I search for a phrase in claude code desktop, I'd like the arrows to do a circular search. SO if I have 100 results and I want to see the ones at the bottom first, I can click the UP arrow and reach the 100th result easily without clicking the DOWN arrow 100 times.
<img width="398" height="138" alt="Image" src="https://github.com/user-attachments/assets/45825871-7861-400d-b801-980e0b110a86" />
Proposed Solution
If 10 results are found by search and currently I'm on the 1 out of 10 (top), clicking the top arrow (now disabled, should be enabled), will take me to the 10th result. And vice versa.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Other
Use Case Example
I'm searching for a phrase, 10 results are found. If 10 results are found by search and currently I'm on the 1 out of 10 (top), clicking the top arrow (now disabled, should be enabled), will take me to the 10th result. And vice versa.
Additional Context
Screenshot added above