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.