18 questions
Advice
1
vote
0
replies
59
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 ...
1
vote
0
answers
113
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 ...
0
votes
2
answers
2k
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 ...
Advice
0
votes
5
replies
429
views
Lightweight Spring Boot Setup for Beginners: Zed editor
I am new to Java and starting with Spring Boot development. I prefer using lightweight code editors like Zed, Lite-XL and Helix and want to avoid the high resource usage and complexity of full IDEs (...
1
vote
0
answers
302
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 ...
1
vote
1
answer
198
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....
1
vote
1
answer
95
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 ...
1
vote
1
answer
835
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 ...
0
votes
0
answers
98
views
How to hide warning "ts: JSDoc types may be moved to TypeScript types" in ZED Code Editor
I tried ZED code editor as my new main code editor, and currently I'm working on typescript but my workplace use Jsdoc on Typescript, and on ZED there is warning like this:
ts: JSDoc types may be ...
0
votes
0
answers
222
views
In Zed IDE, What is the correct XML format for enabling code edits by the AI assistant?
I'm trying to set up prompts to allow Zed IDE's AI assistant to apply direct changes to files for me to accept. However, I haven't found any documentation on the required syntax and structure for ...
0
votes
0
answers
48
views
zed compile on windows cannot find spectre libraries. Which version of VS is being checked?
I am trying to compile zed on windows 10. I have multiple versions of Visual Studio installed. The "cargo build" is complaining about spectre mitigation libraries not being found. How can ...
2
votes
1
answer
630
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 ...
1
vote
0
answers
59
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 ...
1
vote
1
answer
601
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 ...
7
votes
2
answers
14k
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?