Quickly discover and run Django management commands in Visual Studio Code — with recent command history, argument prompts, and integrated terminal or debugger support.
✨ Features
🧠 Parses and groups Django commands by category
🕹️ Runs commands in a VS Code terminal (with argument input)
🧪 Debugs Django commands using the Python debugger
🕘 Keeps track of recently used commands (configurable limit)
⚙️ Uses your selected Python interpreter from the Python extension
🧵 Terminal reuse or always-new terminal behavior (configurable)
🔧 Extension Settings
This extension contributes the following settings:
Setting
Type
Default
Description
djangoCommands.maxRecentCommands
number
5
Maximum number of recent Django commands to store (min: 1, max: 15)
djangoCommands.showRecentCommands
boolean
true
Show recently used Django commands at the top of the command picker
djangoCommands.alwaysOpenNewTerminal
boolean
false
Always open a new terminal window instead of reusing the current one