Configurations
Editor
- Cursor - I just started using Cursor, which is a fork of VSCode with Claude built-in. So far I'm finding it a lot more useful than Copilot.
Theme & Appearance
- Color Theme: Dark+ Tweaked
- Icon Theme: Helium Icon Theme
Extensions
- Better Comments - Improved code annotation.
- npm Intellisense - Auto-complete for npm modules.
- Prettier - Code Formatter - Code formatting automation.
- Expo Tools - Expo development support.
- Jupyter - Jupyter notebook support.
- LaTeX Workshop - LaTeX support for writing documents.
- Python - Python development tools.
- Rainbow CSV - Colorizes CSV files.
- C/C++ Extension Pack - C/C++ development tools.
- Live Server - Live preview for web development.
- Settings Sync - Syncs VS Code settings across devices.
- Markdown All in One - Enhances Markdown editing.
- Dotenv - Keeps your env files synced across machines.
- Postman - Test APIs without leaving the editor.
- Figma - View any Figma file within VSCode. You can even copy the code if you have a pro subscription.
- GitLens - Makes it easy to see who made changes throughout a file. Useful even for solo projects.
- Project Manager - Quickly jump between projects.
- Remote Explorer - Great if you work with VMs often.
- Todo Highlight - Highlights TODOs and FIXMEs so they're easier to find.
Key Settings
- Font Family: SF Mono, 'Courier New', Cascadia Code
- Font Size: 13px
- Font Ligatures: Enabled
- Format On Save: Enabled
- Bracket Pair Colorizer: Disabled
- Git Auto Fetch: Enabled
- Editor Cursor Blinking: Phase
- Render Whitespace: All
- Inline Suggestions: Enabled
- Default Terminal Profile: zsh (macOS), PowerShell (Windows)
- Terminal Font: Monaco
- Explorer Confirm Delete: Disabled
- Explorer Confirm Drag and Drop: Disabled
- Jupyter Kernel Restart Prompt: Disabled
- Console Ninja Feature Set: Community
- Security Workspace Trust Banner: Never
- Security Workspace Trust Untrusted Files: Open
- Terminal Integrated Env (macOS): CW_NEW_SESSION=1, FIG_NEW_SESSION=1, Q_NEW_SESSION=1
- Workbench Startup Editor: None
- Workbench Editor Enable Preview: Disabled
- Explorer Confirm Paste Native: Disabled