DEV Community

Cover image for What's your current code editor/IDE setup?
ashish
ashish

Posted on

What's your current code editor/IDE setup?

Coding without a code editor or IDE is unimaginable unless you use notepad. So, what's you current editor/IDE setup, you can share your editor/IDE, current theme, current font, some extensions you use and literally anything you want to share about your workflow.

I'm gonna share my setup here πŸ˜€

  • Editor: VS Code
  • Terminal: Windows Terminal and Hyper with PowerShell 7
  • Theme: Night Owl
  • Font: Ubuntu Mono
  • Icon Theme: Material Icon Theme
  • Some extensions I really like: GitHub Copilot, WakaTime, ESLint and Choose a License.

Oldest comments (181)

Collapse
 
ben profile image
Ben Halpern

VSCode, default theme/font I think (Maybe I should get more creative!) One extension I really like is the Tailwind Docs extension. Maybe it's just because I don't actually develop in Tailwind full time, but I definitely don't have most of it memorized, so constant lookups if I'm messing around with utility class CSS is made enjoyable via the extension, which just launches the right page in the docs.

Collapse
 
asheeshh profile image
ashish

I didn't know about the extension, thanks for letting me know, checked it out and its just what I need ❀

Collapse
 
tutrinh profile image
Tu Trinh

My favorite editor by far is VS Code. Constantly updating, with features that improve our experiences.

Collapse
 
joshistoast profile image
Josh Corbett • Edited
  • Editor: VS Code
  • Terminal: iTerm with Fig and zshrc
  • Theme: Vitesse Dark
  • Font: Cascadia Code
  • Icon Theme: File Icons (colorless)
  • Some extensions I really like: Auto Close Tag, Auto Rename Tag, Better Comments, error lens, github copilot, gitlense, path intellisense, vite, volar.

preview

Collapse
 
asheeshh profile image
ashish

I just love your vs code setup, will definitely try out the theme :)

Collapse
 
thomasbnt profile image
Thomas Bnt

Oooh cool theme!

Collapse
 
tbruns profile image
Tobias Bruns

Nice Theme! Which bracket extension did you use (the one that displays the green line)?

Collapse
 
joshistoast profile image
Josh Corbett

VS Code has built-in bracket colorization and highlighting :)

Thread Thread
 
tbruns profile image
Tobias Bruns

found it. thank you!

Collapse
 
narayan9deep profile image
DEEP NARAYAN • Edited

Here's mine:

Editor: VS Code
Terminal: Default Windows Terminal
Theme: Kimble Dark
Font: Cascadia Code
Icon Theme: File Icons
Some extensions: GlassIt-VSC, Auto Close Tag, Better C++ Syntax, Color Highlight, Prettier

Collapse
 
tqbit profile image
tq-bit • Edited
  • Editor: VSCode
  • Terminal: ZSH + Oh my ZSH + a few plugins
  • Theme: New Moon VSCode theme
  • Font: Fira Sans + Font Ligatures
  • Icon theme: Material Theme Icons (darker)
  • My favorite extensions: Git Graph, IntelliCode, TodoTree.

Github Copilot is pretty cool as well. Also, Tailwind Intellisense + prettier-plugin-tailwindcss prevent a lot of hassle (the latter is not a VSCode extension tho).

Collapse
 
rufusmotus profile image
Kamil SoΕ‚tys
  • Editor: VSCode + Plastic theme
  • Terminal: iTerm2 + ZSH + Agnoster theme
  • Font: Fira Code + Font Ligatures
  • Extensions used on a daily basis: Auto Close Tag, Auto Rename Tag, Code Metrics, Volar
Collapse
 
asheeshh profile image
ashish

I use the auto rename tag too, it's a life saver lol

Collapse
 
vaarun_sinha profile image
Vaarun Sinha • Edited

Editor: VSCODE
Terminal: Iterm and ZSH (Mac OS)
Theme: Monokai Pro
Font: Cascadia
Icon Theme: Material Icon Theme
Some extensions I really like: GitLens , Thunder Client, Code time

Collapse
 
jenueldev profile image
Jenuel Oras Ganawed

Editor: VS Code
Terminal: VS CODE Terminal with PowerShell 7, Windows Terminal
Theme: One Dark Pro (The Best πŸ˜ŽπŸ‘)
Font: Fira Code
Icon Theme: Material Icon Theme
Some extensions I really like: MisterJ.angular-extension-pack-by-bro-jenuel, MisterJ.vue-volar-extention-pack, MisterJ.vue-extention-pack-by-bro-jenuel, MisterJ.laravel-expack

Collapse
 
asheeshh profile image
ashish

one dark is indeed one of the best dark themes out there, I have used fira code too :)

Collapse
 
jenueldev profile image
Jenuel Oras Ganawed

awesome mate πŸ‘

Collapse
 
lyrod profile image
Lyrod • Edited

Too many VSCode πŸ˜‚.

Editor: WebStorm (+ VSCode [without sidebar, only shortcuts πŸ˜›] for small edit)
Terminal: iTerm with fish + fisher (git plugin, nvm)
Theme: One Dark
Font: Monolisa or JetBrains Mono
Extensions: Tailwind intellisense, copilot for VSCode)

Collapse
 
asheeshh profile image
ashish

πŸ˜‚people like vs code

Collapse
 
dim0147 profile image
Bon

Waiting someone mention JetBrain products

Collapse
 
asheeshh profile image
ashish

πŸ˜‚

Collapse
 
michaelfmnk profile image
Michael Fomenko • Edited

Editor: Intellij Idea
Terminal: iTerm + ZSH + Oh my ZSH
Theme: Foundation dark
Font: PragmataPro. It looks sick! fsd.it/shop/fonts/pragmatapro/
Extensions:
hide path, git toolbox, GitHub Copilot (I'm afraid of that thing. It does wonders), Nyan Cat Progress Bar (installed it for fun, still using it 6 years later), plugins for string and different files manipulation (csv, json, yaml, properties, etc).

Collapse
 
asheeshh profile image
ashish

I just checked the nyan cat extension, already loving it πŸ˜‚

Some comments may only be visible to logged-in visitors. Sign in to view all comments.