Zed¶
Django Language Server can be used with Zed via the zed-django extension.
Installation¶
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 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.