Open
Description
Overview
Request to add support for Odoo language server in Zed editor.
About Zed
Zed is a high-performance, multiplayer code editor built with Rust, focusing on speed and collaboration. It already supports various language servers and has a growing ecosystem of extensions. Some key aspects of Zed that make it suitable for an Odoo LSP:
- Native LSP support infrastructure
- Existing language server examples (e.g., rust-analyzer, pyright)
- Extension system based on WASM
- Built-in collaboration features
- High-performance architecture