close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
1 vote
1 replies
278 views

I was using Zed and Gemini CLI. Today I found out that "Starting June 18, 2026, Gemini Code Assist IDE extensions will stop serving requests for the Gemini Code Assist for individuals, Google AI ...
Advice
1 vote
0 replies
136 views

I use the Zed editor for development on Windows 11, with my main technology stack being Python, Vue (including JavaScript/TypeScript), and Go. I have been trying to configure settings.json myself, but ...
Score of 1
0 answers
171 views

I'm new to both the Zed IDE and Java and am getting the classic is a non-project file, only syntax errors are reported (Java 16) syntax error. I've found a lot of resources and options to try on VS ...
Score of 3
0 answers
715 views

I am getting this error when I try to launch the zed code editor and it shows me failed to load eslint language server, other language server are working alright. Language server eslint: initializing ...
Score of 1
1 answer
133 views

I've read that Go uses tabs for indentation spaces for alignment and this sounds like a great idea to resolve the tabs-versus-spaces fight and get the benefits that tabs promise without the problems ...
Score of 1
1 answer
270 views

I tried installing biome but can't get it to work in Zed. I opened a issue on Zed about this which turned out to be wrong - https://github.com/zed-industries/zed/issues/24430 I read https://biomejs....
Score of 2
1 answer
941 views

I'm trying Zed editor to develop Rust project and it work perfectly except one annoying thing: I can't configure Rust Analyzer to run checks when I type, like it does in VS Code. In Zed Rust Analyzer ...
Score of 1
0 answers
76 views

I am trying to install and use Qt6 on my system but have run into issues. Here's my setup: OS: KDE Neon (Ubuntu-based) Processor: Intel i5, 5th generation RAM: 8 GB I installed Qt6 using the ...
Score of 1
1 answer
930 views

Could someone please help me with this: what is the keybinding to open those pop-up windows in Zed editor which show the function description? See my screenshot. In other editors it’s sometimes called ...
Score of 2
0 answers
325 views

Im trying to create a program or Zed extension that allows users to write Zed extensions in Lua instead of Rust, but can't find a way to do it. I tried using the mlua crate but embedding it into my ...
Score of 0
2 answers
2682 views

I installed zed via the installation script curl -f https://zed.dev/install.sh | sh . I am trying to launch it from the commandline in the project directory I am working in using zed . but getting ...
Score of 1
1 answer
957 views

I was looking into Zed as a potential replacement for VSC, one of the key points of annoyance I've found is that even when calling "zed.exe ." inside of a WSL instance: showing WSL directory ...
Score of 3
0 answers
676 views

I just installed zed editor or linux and It's not running. I got this error no supported device found
Score of 2
0 answers
1642 views

I am using zed with zig plugin version 1.1 and zls. I want set up some options like in sublime text { "languages": { "Zig": { "language_servers": [...
Score of 12
2 answers
15891 views

How does one search for occurances across all files in the Zed editor? In vscode, I can click on the search icon in the toolbar. Is there an equivilent in Zed?