Format current file

Format current file in Visual Studio Code — with three ready prompts, from the immediate task to the lasting pattern.

3prompt heights
Open it in the interactive atlas →

3 ready prompts

Written for the moment this actually comes up.

Execute — do the immediate task

+
My file is messy and the team will review it in an hour. Format the current file so indentation,…
My file is messy and the team will review it in an hour. Format the current file so indentation, line breaks, and spacing follow our project style, and leave the cursor where I last typed. Check there are no trailing spaces and that line endings stay Unix. Save the file after formatting.

Improve — make it easier to accept

+
Before I push this change, make the file easy to scan for reviewers: apply project formatting…
Before I push this change, make the file easy to scan for reviewers: apply project formatting rules, ensure imports and using statements are grouped and collapsed, convert long lines into readable breaks, and highlight any places formatter changed more than three adjacent lines so I can eyeball behavior changes.

Decide — diagnose the stuck moment

+
I saved and the file was auto-formatted, but a handful of expressions moved and now tests may fail.…

I just hit save and the file looks different than I expected

I saved and the file was auto-formatted, but a handful of expressions moved and now tests may fail. I am worried the formatter changed semantics or reordered imports. I cannot tell which edits are purely style and which affect behavior. What is the most likely cause and the fastest safe next steps to confirm and fix any semantic regressions?

Next to this one

Other code editor work people do in Visual Studio Code.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.