Is it possible to turn off auto-closing-item completion? #21872
-
Zed is trying to be clever, and I get it, I start an open brace or pipe, and it tries to place the closing pipe where it "makes sense". However, it almost never knows my intention, so it puts it in the wrong place, and now, for every open brace, I type, I have to spend time trying to figure out where zed broke my code. It's really frustrating and I'd love to just not have it do it at all. Thank you!! |
Beta Was this translation helpful? Give feedback.
Answered by
SomeoneToIgnore
Dec 12, 2024
Replies: 1 comment 6 replies
-
It's not Zed but the language server in action judging from the sympthoms, what is the language in question? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's
zed: open settings
command in Zed (cmd+, on mac) which will open user settings.It should have the same structure as the default settings (
zed/assets/settings/default.json
Lines 171 to 173 in 010fdee
zed: open default settings
command in Zed) but contain only things that are different from the defaults.There are two logical places to configure things:
if you like the language-related behavior in general but prefer nuances, that usually goes to under
lsp
section (e.g. turn off t…