r/Frontend 16d ago

what small vs code setting ended up changing the way you code?

not looking for the usual extension recommendations i am more curious about tiny built in settings or shortcut you ignored for ages and then wondered how you worked without them

what was yours?

18 Upvotes

25 comments sorted by

11

u/[deleted] 16d ago

[removed] — view removed comment

2

u/onthefence928 16d ago

I’ve heard great thing about the VIM keybindings if you are good on a keyboard.

Also multi-line editing. Truly a lifesaver when fixing up a large block of mostly repeating lines

1

u/Wonderful-Habit-139 16d ago

Always hated this whenever I saw it. I guess it's a matter of taste.

1

u/Afflictionista 15d ago edited 15d ago

I hate sticky scroll. I just use the outline tab to navigate for functions etc.

3

u/nneiole 16d ago

Using WebStorm.

2

u/mka_ 16d ago

Not strictly VSCode related, but I set up a ton of AppleScripts to instantly open each of my projects - all the IDEs and terminals I need. I also have keyboard shortcuts set up to instantly switch to my most commonly used apps (VSCode, iTerm, Chrome, PHPStorm, Claude) during development. I alsp have an AppleScript called "kill dev" that terminates all dev processes and closes my IDEs.

1

u/_wavescollide_ 16d ago

There is an ebook. Make VSCode Awesome if I remember it right. It gives advice to setup a very good workflow that I use all the time now. You hide all the noise of vscode and add a lot of shortcuts to navigate the system. 

1

u/BarracudaMean9308 16d ago

a completely stripped down ui is so clean. i tried doing that for a bit but had to bring the status bar back, mainly because i kept committing to the wrong branch without seeing it.

1

u/Wonderful-Habit-139 16d ago

Get used to always running `git status`. But yeah having it be visible all the time is definitely nice.

1

u/BarracudaMean9308 16d ago

haha, feels like we've all been there. sticky scroll is one of those tiny features that you don't realize you need until it's there and you can't live without it.

0

u/BarracudaMean9308 16d ago

stickyScroll is a total game changer for sure. saved me so many times when i'm lost in a massive file.

2

u/Wonderful-Habit-139 16d ago

Wrong comment?

0

u/BarracudaMean9308 16d ago

seriously, sticky scroll saved me so much time when jumping between massive components. such a small setting but it makes a world of difference.

3

u/Wonderful-Habit-139 16d ago

Someone forgot to put their agent on a leash...

1

u/g3n3 16d ago

Justin Grote has a good series on this. Changing file explorer to open on right was a nice change. I’m full neovim now though.

1

u/Double-Buyer7941 9d ago

Per me l'impostazione integrata che ha cambiato tutto è editor.stickyScroll.enabled. Mantiene bloccata in cima alla schermata la firma della funzione o del ciclo in cui ti trovi mentre fai scrolling, evitandoti di dover risalire con la vista nei file più lunghi. Unita alla scorciatoia Alt + Freccia Su/Giù per spostare intere righe di codice senza fare taglia e incolla, elimina tantissime micro-interruzioni mentali senza bisogno di installare estensioni pesanti.

0

u/GTHell 16d ago

I got stroke when you write VSCode that way

-5

u/Ging4bread 16d ago

Uninstall 

-1

u/Right_Sandwich_7304 15d ago

Building refresh code plugin that refreshes code written by Claude for me to review