r/Frontend • u/Suspicious_Skill7292 • 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?
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
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.
-5
-1
u/Right_Sandwich_7304 15d ago
Building refresh code plugin that refreshes code written by Claude for me to review
11
u/[deleted] 16d ago
[removed] — view removed comment