Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Django Template LSP (djlsp)New to Visual Studio Code? Get it now.
Django Template LSP (djlsp)

Django Template LSP (djlsp)

Four Digits

fourdigits.nl
|
218 installs
| (1) | Free
The Django Template LSP server enhances your Django development experience with powerful features for navigating and editing template files.
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