Skip to content

Zed

Django Language Server can be used with Zed via the zed-django extension.

Installation

Install the extension from the Zed extensions directory:

  1. Open the Extensions panel (zed: extensions in the command palette or ctrl-shift-x/cmd-shift-x)
  2. Search for "Django"
  3. 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.