warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.22k stars 366 forks source link

Suggestions popup width should be more dynamic or configurable #2032

Open mitom opened 1 year ago

mitom commented 1 year ago

Discord username (optional)

No response

Describe the solution you'd like?

I'd like the suggestion window to extend its' width to display the full item rather than truncating it, or to be able to configure the fixed width.

Alternatively, an option to have a full width suggestion popup.

Is your feature request related to a problem? Please describe.

When I have to deal with commands where the autocomplete options are long items, especially if they all start with the same prefix it's basically impossible to use the autosuggestions. The autosuggestions window takes up maybe 10% of my terminal's full width and truncates the content. I don't think it should truncate the content if it easily fits on the display.

E.g. for kubectx all clusters I manage start with the same format `gke_<project_name>_<zone>_<cluster-name>`. This means whenever I try to use the suggestions window for this, I see 10-20 items with `gke_<project_name>_<zo` (it cuts it off halfway through the zone), which makes it unusable.

I have tried to search if this is a dupe but failed

Additional context

No response

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

No response

dannyneira commented 1 year ago

Thanks for this feature request! Please +1 this request as it helps us gauge interest. We will post any updates here.

simonst commented 1 year ago

+1 for larger / configurable popup width

pnowy commented 1 year ago

It would be great to have this feature - especially for multiple Kubernetes clusters the current width is too small