mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-12-23 08:47:53 +00:00
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
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
778 B
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:
- Open the Extensions panel (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "Django Language Server"
- 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.