Skip to content

Autocompletion menu layout is bugged when using ty language server #45337

@JosephTLyons

Description

@JosephTLyons

Reproduction steps

  1. Enable ty
{
  "languages": {
    "Python": {
      "language_servers": [
          "ty", "ruff", "!basedpyright", "!pyrefly", "!pyright", "!pylsp"
      ]
    }
  }
}
  1. import math
  2. math.
  3. observe visual bugs

Current vs. Expected behavior

Expect layout to be more distributed, like Basedpyright:

Image

Actual - Ty:

Image

Zed version and system specs

Zed: v0.219.0+nightly.2033.6976208e21436e88a4a5a094b440d41c482c5c84 (Zed Nightly 6976208)
OS: macOS 26.1
Memory: 64 GiB
Architecture: aarch64

Attach Zed log file

Zed.log

Relevant Zed settings

settings.json

Relevant Keymap

keymap.json

(for AI issues) Model provider details

No response

If you are using WSL on Windows, what flavor of Linux are you using?

None

Metadata

Metadata

Assignees

Labels

area:language serverAn umbrella label for all language serversarea:languages/pythonPython programming language supportfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P2Average run-of-the-mill bugsstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduce

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions