mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-12-23 08:47:53 +00:00
1.5 KiB
1.5 KiB
| title |
|---|
| Zed |
Zed
The Django Language Server can be used with Zed via the zed-django extension.
Installation
Note
The extension is currently awaiting approval for the official Zed extension store (relevant PR).
In the meantime, you can install it as a dev extension. To do so, you will need a Rust toolchain available on your machine, the easiest and recommended way is via rustup. See the Zed docs on developing an extension locally for more information.
Once you have Rust available, you can follow these steps:
- Clone the zed-django repository locally
- Open the Extensions panel (
zed: extensionsin the command palette orctrl-shift-x/cmd-shift-x)- Click "Install Dev Extension" in the upper right corner and select the cloned repo folder
Install the extension from the Zed extensions directory:
- Open the Extensions panel (
zed: extensionsin the command palette orctrl-shift-x/cmd-shift-x) - Search for "Django"
- Click "Install"
The extension uses the Django Language Server by default and will automatically download it if not already installed.
Documentation
For configuration, file associations, and advanced usage, see the zed-django repository.