DEV Community

Sarthak Sharma
Sarthak Sharma Subscriber

Posted on

Send a screenshot of your Code Editor 📸

Hey folks 👋

Which theme you are currently using and feel free to share any new plugin you found recently.

Theme: DeepDark Material
Icon Theme: Material Icon

Oldest comments (117)

Collapse
 
ben profile image
Ben Halpern

Basic vscode setup

vscode

Collapse
 
sarthology profile image
Sarthak Sharma

Collapse
 
danbmky profile image
Dan Bamikiya

It soo boring

Collapse
 
jsalvador profile image
Juanjo Salvador

Same for me :D

Collapse
 
darksmile92 profile image
Robin Kretzschmar

I always cringe when I see overlapping code tabs 🤣

Collapse
 
ben profile image
Ben Halpern

😬😄

Collapse
 
delta456 profile image
Swastik Baranwal • Edited

My workspace

Theme: Fall Theme
Icon Theme: VSCode Icons

Collapse
 
sarthology profile image
Sarthak Sharma

oooo Neat.

Collapse
 
pavanjadhaw profile image
Pavan Jadhaw • Edited

theme: dark lemon
font: cascadia mono

  • few adjustment

screenshot

Collapse
 
sarthology profile image
Sarthak Sharma

Like that right sidebar setup. 😍

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

I'm going to try out the right side bar after seeing this.

Collapse
 
pavanjadhaw profile image
Pavan Jadhaw

I have been using it since the very start, let me know how you like it :)

Collapse
 
nicolaerario profile image
Nicola Erario

Always used on the right. On the left is unnatural: when you open/close the explorer, your code shift to the right.

Collapse
 
aniganesh profile image
Aniganesh

How do you do that?

Thread Thread
 
camerenisonfire profile image
Cameren Dolecheck

View > Appearance > Move sidebar right

Collapse
 
weppami profile image
weppami

Followed Caleb Porzio 'make vscode awesome'.
Theme Github Dark
Font JetBrains Mono

VsCode

Collapse
 
sarthology profile image
Sarthak Sharma

What's the screen size ?

Thread Thread
 
weppami profile image
weppami

Thinkpad T480s 1920x1080

Collapse
 
camerenisonfire profile image
Cameren Dolecheck

JetBrains Mono is the best. I had Fira Code for a while, but JB Mono is amazingly done.

Collapse
 
simo97 profile image
ADONIS SIMO

Cool i may try to set my sidebar to the right too... it seem very interesting.

Collapse
 
camerenisonfire profile image
Cameren Dolecheck • Edited

Which one?
I use VS Code for web dev, csvs, db queries, and other lighter files. I have the Monokai Pro theme up atm.
VS Code

I use Intellij IDEA for Scala, Java, and some web dev.
Intellij IDEA

A core part of the product, Cycle, I work on is essentially a code editor.
Cycle

Collapse
 
sarthology profile image
Sarthak Sharma

Nice setup.

Collapse
 
eaich profile image
Eddie • Edited

ide: Atom
font: Fira Code
theme: Crucial Human (custom made by my team)

https://dev-to-uploads.s3.amazonaws.com/i/6nhxxcw9qqvaw2o7hov0.png

Collapse
 
sarthology profile image
Sarthak Sharma

This looks so clean.

Collapse
 
patricnox profile image
PatricNox

I want this!

Collapse
 
eaich profile image
Eddie

Currently available on Atom at the moment but will plan to make one for Code. We'll work on publishing it for public use!

Collapse
 
davelsan profile image
David Velasco

I like how you leave 1 blank line between lines in the same block, and 2 lines between blocks. It makes your code look so clean. I might experiment a bit with this, too :)

Collapse
 
aniganesh profile image
Aniganesh

How do you deal with code formatters that change the way your code is formatted?

Collapse
 
eaich profile image
Eddie

Thanks! We used to double-space and and single space, but we realized it would be better to just increase the line height to achieve the desired spacing. Our line heights are set to 2 in Atom.

Collapse
 
manasp profile image
Manas P

Theme: Material Theme
Icon: Material Icon

Editor

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾 • Edited

So basically everyone is vscode gang huh ?
No love for VIM :(

Editor : NeoVim
Theme: tender
my-editor

Collapse
 
amamdemous profile image
Telman

Your setup is very nice.Btw which font do you use?

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

Its the terminal's default font (Ubuntu Mono) 😅

Thread Thread
 
amamdemous profile image
Telman

Thanks)

Collapse
 
wulymammoth profile image
David

Neovim FTW! We have similar themes -- I use Nord: github.com/arcticicestudio/nord-vim

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

Damn, nord looks easy on eyes.
Will try it. Thanks for sharing 🔥

Collapse
 
dana94 profile image
Dana Ottaviani
Collapse
 
amaljoy258 profile image
Amal Joy • Edited

Theme: Material Theme Ocean High Contrast
Icon Theme: Material Icon

Alt text of image

Collapse
 
hayden profile image
Hayden Rouille

vim & i3 <3

vim

Collapse
 
biros profile image
Boris Jamot ✊ /

What else.

Collapse
 
wulymammoth profile image
David • Edited

Wild! I never got into window-tiling-managers, but have seen a lot of the people at my company use 'em now, like i3. Huge fan of the transparency, too, although it is distracting at times. I use Alacritty term with Neovim and the Nord theme: github.com/arcticicestudio/nord-vim, which surprisingly fits your background!

What theme are you using?

Collapse
 
hayden profile image
Hayden Rouille

I tend to swap my colorscheme weekly, but thats just because I get bored easy..! At the moment I'm using snow but I've used gruvbox quite a bit too.

I was dubious of tilining managers for a while too - the main reason being because I was using a mix between mac and windows (wsl), and I was in and out of servers a bit, so I thought tmux was a better option considering it was very transferable. Now, however, I have a solid understanding of tmux and I can use it when I want to, but for my local dev environment now that I'm on Manjaro, i3 is so convenient. It only took me an hour or so to get used to and the speed I've gained from it is honestly incredible. Highly recommended.

Thread Thread
 
wulymammoth profile image
David • Edited

I love tmux. I use it to manage all projects both for work and personal, and have auto-restore with resurrect and continuum plugins. I think I'll continue using it should I adopt a tiling window manager. Have you checked out Yabai? It's macOS-specific, so probably not worth it if you're still using WSL. I only do work on macOS. But I'm pretty inclined to dip my toes into it now. I was just watching a YouTube demo and the idea of pinning windows and auto-resizing are just so damned appealing...

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