Development
Setup
A glimpse into my development environment. This is my exact editor configuration, theme, and the extensions I use daily to build full-stack applications.
Editor & Theme
Editor
Cursor / VS Code
Theme
Tokyo Night Dark
Font Family
JetBrains Mono
Font Ligatures
Enabled
Font Size
14px
Line Height
1.6
Format On Save
Enabled
VS Code Extensions
Prettier - Code formatter
Opinionated code formatter.
ESLint
Integrates ESLint into the editor.
Tailwind CSS IntelliSense
Advanced autocomplete for Tailwind.
Prisma
Syntax highlighting and formatting for Prisma.
Error Lens
Highlights errors and warnings inline.
GitLens
Supercharge Git capabilities inside the editor.
Auto Rename Tag
Auto rename paired HTML/XML tag.
Color Highlight
Highlights web colors in your editor.
Why Cursor?
I primarily use Cursor (a fork of VS Code) because of its seamless AI integration. It has native support for reading my entire codebase and generating highly contextual code. It uses the exact same extensions and settings as regular VS Code, making the transition effortless.
You are the visitor