django-language-server/docs/clients/vscode.md
Josh Thomas afef32aab7
Some checks failed
lint / pre-commit (push) Has been cancelled
lint / rust-changes (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled
migrate to Zensical for documentation (#357)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-05 16:09:51 -06:00

778 B

VS Code

Django Language Server can be used with VS Code via the djls-vscode extension.

Installation

Install the extension from the VS Code Marketplace:

  1. Open the Extensions panel (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "Django Language Server"
  3. Click "Install"

The extension requires Django Language Server (djls) to be installed on your system. See Installation for setup instructions.

Documentation

For configuration, file associations, troubleshooting, and advanced usage, see the djls-vscode repository.