odoo / odoo-ls

Odoo Language Server
Other
57 stars 11 forks source link

Odoo Language Server Extension for Zed #159

Open bienpq1 opened 1 week ago

bienpq1 commented 1 week ago

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:

fda-odoo commented 1 week ago

Hello,

Thank you for your interest in adapting the server language for Zed. We're currently focusing on Visual Studio Code, as it's widely used by developers. We will start implementing extensions for other IDE as soon as we consider the server mature enough.

That said, if you want to try to implement the language server for Zed earlier, you'll find a page in the wiki that can help you: https://github.com/odoo/odoo-ls/wiki/Implement-a-custom-tool-with-the-server We would be happy to help you in this process.

If not, we will implement extensions for IDE in a near future