Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>style50New to Visual Studio Code? Get it now.
style50

style50

surya

|
28 installs
| (0) | Free
Format Python and C files using style50
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

style50

Format Python and C files using CS50-inspired styling.

Features

  • 🧠 Auto format .py and .c files
  • 💾 Format on Save
  • 🧼 Format all files in your workspace
  • ❌ Skips formatting if syntax errors exist

Usage

  • Right click → Style50: Format File
  • Command Palette → Style50: Format All Files
  • Auto runs on save (if enabled)

Extension Settings

"[python]": {
  "editor.defaultFormatter": "surisurya19.style50",
  "editor.formatOnSave": true
},
"[c]": {
  "editor.defaultFormatter": "surisurya19.style50",
  "editor.formatOnSave": true
}
[![style50 on VS Code Marketplace] (https://img.shields.io/visual-studio-marketplace/v/surisurya19.style50?label=style50)](https://marketplace.visualstudio.com/items?itemName=surisurya19.style50)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft