Skip to main content
Back to portfolio

Development

Updated May 2026

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

1

Prettier - Code formatter

Opinionated code formatter.

2

ESLint

Integrates ESLint into the editor.

3

Tailwind CSS IntelliSense

Advanced autocomplete for Tailwind.

4

Prisma

Syntax highlighting and formatting for Prisma.

5

Error Lens

Highlights errors and warnings inline.

6

GitLens

Supercharge Git capabilities inside the editor.

7

Auto Rename Tag

Auto rename paired HTML/XML tag.

8

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