-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Labels
area:autocompletionsFeedback for code completions in the editorFeedback for code completions in the editor
Description
Summary
This is the parent issue to track all bugs related to autocomplete suggestions in the editor. It only includes issues with filter/sort logic bugs, not language-specific ones.
Spaces break query matching:git ^shows no suggestions whilegit^correctly showsgit commit, etc.Fullstop/periods break word boundaries:../internal/format.^doesn't properly recognizeformat.tsas a match.Only matches word prefixes:env^fails to suggestload_direnvas it only matches prefixes of words.Sorting priority:px-4^showsscroll-px-4before the exact matchpx-4.Namespace operators break completion:project_panel::toggle^doesn't suggestproject_panel::ToggleFocus.
Zed Version and System Specs
Zed: v0.179.0 (Zed Nightly a0f995d)
OS: macOS 15.3.2
Memory: 64 GiB
Architecture: aarch64
Sub-issues
Metadata
Metadata
Assignees
Labels
area:autocompletionsFeedback for code completions in the editorFeedback for code completions in the editor