Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Django Settings 🐍!New to Visual Studio Code? Get it now.
Django Settings 🐍!

Django Settings 🐍!

IvanArjona

|
233 installs
| (0) | Free
A django settings autocompletion extension for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Django Settings for VSCode

VSCode Marketplace badge

A django settings autocompletion extension for Visual Studio Code

VSCode Marketplace VSCode Marketplace VSCode Marketplace

Autocompletion

Jump to definition

Definition preview

Activity bar


Configuration

Add the following configuration to your Visual Studio Code settings.json file.

{
  // Django project root directory
  "django-settings-vscode.projectRoot": "src/",
  // Django settings module
  "django-settings-vscode.settingsModule": "mysite.settings",
}

Features

  • Autocompletion for Django settings starting with settings..
  • Jump to definition for Django settings Ctrl + Click.
  • View a list of all your Django settings in the activity bar.
  • Autorefresh on settings file change.

Commands

Commands accesible from the Command Palette (Ctrl + Shift + P).

Django Settings: Refresh Django Settings
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft