# VSCode Workstation where Dpgstack apps come from. ## Workflow: Dpg VSCode 1. Split screen in half: - First half: - todo.md - test_*.py - builder.html - *.html - Second half: - views.py - utils.py 2. Decide on what you want built. - Frontend UI feature - use builder.html and browser to iterate - Backend logic feature - use tests to iterate ## Properties: Dpg Vscode - Python formatting with ruff on save - Tailwind CSS IntelliSense - Django template syntax support - Predefined tasks for dev server and tests - Install recommended extensions from `.vscode/extensions.json` when prompted.