Feat: Better horizontal scroll #108
TizzySaurus
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
Nice catch! I believe we actually had this with Fig (in fact we had it auto-scroll) but clearly that didn't port over nicely to CodeWhisperer. We will fix! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checks
Feature Details
Description:
The CW popup when typing a command allows you to scroll horizontally on the command description to see the full description. It would be great if you could do the same for the suggestions, e.g. in the below video to see the full name of the
a-fake-really-long-directory-name-to-showcase-an-example
folder.I'm aware that you can change the width of the popup window in the settings, but that's not ideal because you're then constantly increasing the width of the popup, even when that extra space isn't needed (which from my experience, is most of the time).
An alternative would be to allow us to resize the popup window by clicking and dragging and the edge of the popup window, but I'd prefer the scrolling option.
A more realistic use-case is for something like zoxide/
![image](https://private-user-images.githubusercontent.com/47674925/313466216-264c76ef-0126-4439-a911-9c2122d5204d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDEyMjgsIm5iZiI6MTczOTAwMDkyOCwicGF0aCI6Ii80NzY3NDkyNS8zMTM0NjYyMTYtMjY0Yzc2ZWYtMDEyNi00NDM5LWE5MTEtOWMyMTIyZDUyMDRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA3NDg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3ZTZmNWJhODcwMGIxZTE2ODE1NzJiNzFlYjYwOGI0ZDkzNzQxOTQwYTIwYjc3N2UwZjBlNDMyZDJlM2M3ZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NBpIzX-6u2cQpNed5zg-d2diWyhAOItWKDHzK-00wwY)
z
, where the autocomplete shows the full path which is almost always too long (3 here are cut-short, so I can't actually see wherez
is trying to take me):Video showcasing that you can horizontally scroll the command description, but not the suggestions:
feat-better-scroll.mov
Beta Was this translation helpful? Give feedback.
All reactions