Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>django-intellisenseNew to Visual Studio Code? Get it now.
django-intellisense

django-intellisense

shamanu4

|
264,504 installs
| (4) | Free
Full autocomplete support for django magic methods
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

django-intellisense README

Features

This extensions provides autocomplete for all dynamic properties generated by Django.

Requirements

  • vscode-python extension
  • Django framework have to be installed in your python interpreter environment

Extension Settings

This extension contributes the following settings:

  • djangointellisense.projectRoot: Filesystem path for you django project root
  • djangointellisense.settingsModule: Import path of settings module (Example: "projectname.settings")
  • djangointellisense.debugMessages: Enable extension debug messages

Known Issues

  • Windows platform is not tested yet
  • Go to implementation, show method signature and documentation are not implemented yet
  • May be slow on big projects
  • Does not show autocomplete for unsaved objects
  • Does not work if project was saved with syntax error or can not be started for other reason

Release Notes

0.0.1

  • Minimal working configuration

0.0.2

  • Fix paths for winows platform
  • FIx settings updates
  • Added debug messages
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft