collapses multiline calls onto one line and removes blank lines inside blocks. for maximum code density.
open the command palette (cmd+shift+p) and run one of:
- densify: format document — densify the current python file.
- densify: format pwd — densify every
.pyin a folder. right-click a folder in the explorer, or run from the palette to densify the workspace root. skips.venv,__pycache__, etc.