Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>djlspNew to Visual Studio Code? Get it now.
djlsp

djlsp

Four Digits

|
120 installs
| (1) | Free
A django template lsp client
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Django Template LSP vscode extension

This extension provides Django Template Language completions for Visual Studio Code.

Usage

Make sure you have installed the python django-template-lsp package on your system. You can install it using pipx:

pipx install django-template-lsp

Then, install the djlsp extension from the Visual Studio Code marketplace.

Settings

Within the settings.json file, you can configure the following settings:

  • djangoTemplateLsp.djlspPath: Path to the djlsp executable. When empty it will look for djlsp in your ~/.local/ directory Default: ``
  • djangoTemplateLsp.dockerComposeFile: Docker Compose file name. Default: docker-compose.yml
  • djangoTemplateLsp.dockerServiceName: Docker service name. Default: django
  • djangoTemplateLsp.djangoSettingsModule: Django settings module. Default: ``
  • djangoTemplateLsp.enableLogging: Enable logging. Default: false
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft