zed icon indicating copy to clipboard operation
zed copied to clipboard

Code actions popup window is not wide enough

Open talgendler opened this issue 1 month ago • 0 comments

Summary

Code actions popup window is not wide enough nor scrollable. This does not allow to read the description of the action and one have to guess which one to choose. This happens when two or more options starts the same.

Description

Example:

We have a linter rule that warns us about non-null assertions in JS/TS. Among different actions presented we have the following two:

Disable @typescript-eslint/no-non-null-assertion for th
Disable @typescript-eslint/no-non-null-assertion for th

It is impossible to know which option is it

  • Disable this rule only for this line
  • Disable this rule for the entire file

Expected Behavior:

  • Either allow to scroll this popup window left-right
  • Expend automatically or allow to expend window size

Actual Behavior: See attached screenshot

Image

Zed Version and System Specs

Zed: v0.213.3 (Zed) OS: macOS 26.1 Memory: 64 GiB Architecture: aarch64

If applicable, attach your Zed.log file to this issue.

Zed.log

talgendler avatar Nov 23 '25 11:11 talgendler