15 questions
Advice
1
vote
1
replies
278
views
Zed editor and deprecated plan for Gemini CLI
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
How to configure settings.json for Python, Vue, and Go in Zed editor on Windows?
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
Clearing non-project file syntax error in Zed
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
Eslint language server fails to load in zed code editor
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
How can I configure editors to follow Go's conventions for indentation with tabs & alignment with spaces?
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
Install biome in Zed on Mac OS globally?
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
How to make Rust Analyzer to check when you type in Zed?
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
qtwidgetsglobals.h file not found
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
what is the key binding to open function documentation?
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
Trying to add Lua scripting support to the Zed code editor
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
Installed zed via script but can't launch it via `zed .`
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
How is the translation of WSL path to Windows achieved when calling "code ." in a WSL2 instance?
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 got this error "no supported device found" when I launch zed editor on linux. How can I resolve this?
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
LSP configuration for Zig in zed
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
Zed: How to search across all files within a workspace?
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?