Django Commands - VS Code ExtensionA small VS Code extension for Django projects allowing developers to run commands directly within VS Code. * Extension still in development, improvements will be incremental. Contributions are welcome :) * Only supports Unix OS for now. Although it may work on Windows, official support coming soon. FeaturesList and run commandsBy invoking the VS Code command palette and executing 'Django Commands: Run', a list of all available commands for the project is displayed, and by selecting one of the choices, you can execute it as is or add arguments if needed. Executed commands historyBy invoking the VS Code command palette and executing 'Django Commands: History', a list the previously executed Django commands is displayed (including their arguments). You can run them again by selecting the right one in the list. The listed commands only include the ones that have been executed inside the current workspace. The history is, for now, always workspace specific, which means that the list of previously executed commands only contains the ones that were executed inside the current workspace. RoadmapFeatures to add:
Suggestions are welcome! Extension SettingsThis extension contributes the following settings:
|