zed icon indicating copy to clipboard operation
zed copied to clipboard

"Add import from" typescript quick-fix option sometimes wraps to the second line

Open 11bit opened this issue 2 years ago • 0 comments

Check for existing issues

  • [X] Completed

Describe the bug / provide steps to reproduce it

  1. Create a component next to current file (Messages in my situation)
  2. Type component name, and press Cmd+. to bring quick-fix menu
  3. First item that says Add import from './Messages' wraps to the second line and overflows other items

CleanShot 2024-02-01 at 12 23 32@2x

Environment

Zed: v0.120.5 (Zed) OS: macOS 14.3.0 Memory: 32 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

11bit avatar Feb 01 '24 07:02 11bit