Django IDE ExtensionBring PyCharm-like productivity to your Django templates and Python views inside VS Code. This extension leverages a high-performance Rust-powered Language Server (LSP) to offer deep, static analysis and smart integration between your Django back-end views and HTML templates. Features⚡ Smart Context Auto-completionGet autocompletes for context variables in your Django templates. As you type
🔍 Instant View-to-Template Navigation
📚 Hover DocumentationHover over variables inside Django templates to see where they were defined, what view they came from, and their inferred type/details. How it WorksThe extension operates with a modern Client-Server LSP architecture:
ConfigurationThe extension requires the standard MS-Python extension to resolve active virtual environments automatically. You can also customize template search directories and configurations. LicenseThis project is licensed under the MIT License. |