This is my personal settings.json
— crafted for focus, speed, and a clean dev flow.
If you care about fast iteration, zero distractions, and a beautiful editor experience that just works, this is for you.
I wanted a VS Code setup that felt like a craftsman’s tool — minimal yet powerful.
This config helps me:
- See more, scroll less
- Avoid formatting headaches
- Work distraction-free (no telemetry, no noisy prompts)
- Keep Copilot and AI suggestions flowing naturally
- JetBrains Mono + Fira Code with smart ligatures → Developer typeface bliss
- Block cursor + semantic highlighting → Better focus & command-line vibes
- Rainbow brackets + smart guides → Less cognitive load
- Format on Save / Paste / Type → Never touch a linter again
- Inline Suggestions → GitHub Copilot feels native
- Minimal UI → No status bar, hidden menubar, fluent icons
- Terminal matches editor → JetBrains Mono, underline cursor, Git Bash on Windows
- Auto import fixes → TS & JS stay clean even after refactors
- Excludes heavy folders → Lightning fast file explorer & search
- Frontend work (React, TS, JS, HTML, CSS)
- Smooth Git workflows
- Focused, keyboard-driven dev sessions
- Open VS Code
- Hit
Ctrl+Shift+P
→Preferences: Open Settings (JSON)
- Replace the contents with
settings.json
- (Optional) Install:
- Theme:
One Dark Pro
- Icon Pack:
Material Icon Theme
- Font:
JetBrains Mono
+Fira Code
- Theme:
Feel free to fork and remix.
Made with craft by @devdesiignn