VS Code Ecosystem

Extensions, debugging, remote dev, dev containers, and performance tuning.

  • 3 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in VS Code Ecosystem


dev.to > van_dang_6bb5eb169b88a3c9 > for-vs-code-lovers-you-can-have-a-colored-border-and-more-from-now-2lem

For VS Code lovers, you can have a colored border and more from now...

9+ hour, 57+ min ago   (20+ words) I keep 5-10 VS Code windows open across different repos/worktrees, and Alt-Tab / the taskbar show the... Tagged with vscode....


dev.to > akshay_khajuriya_80c68073 > i-built-a-free-chrome-extension-for-people-with-50-tabs-open-2chi

I built a free Chrome extension for people with 50+ tabs open

11+ hour, 35+ min ago   (210+ words) Tabforge closes duplicate tabs, groups by site and searches across windows. Free, local, no account." If you write code for a living, your browser probably looks like mine: 50–100 tabs, docs in one window, research in another, a few half-read articles…...


dev.to > shanitiwari > code-editor-extension-sds-oaa

Code Editor Extension - SDS

12+ hour, 59+ min ago   (39+ words) Let's remove the daily repetative process of running the server, waiting for execution and manually open the browser. Code Editor Extension - SDS(Start Dev Server) One Click - it'll Keyboard shortcut - ctrl+shift+s Socials to explore more about SDS...


dev.to > infoinlet1 > 10-vs-code-extensions-i-cant-code-without-in-2026-16ak

10 VS Code Extensions I Can't Code Without in 2026

19+ hour, 32+ min ago   (1042+ words) Every "best VS Code extensions" list is the same 30 icons with a one-line blurb. This isn't that. A few months ago my Extensions panel had crept past 40. Startup was sluggish, half of them I'd forgotten installing, and a good chunk…...


dev.to > tmarhguy > frameport-hdmi-capture-directly-inside-vs-code-474n

FramePort: HDMI Capture Directly Inside VS Code

23+ hour, 23+ min ago   (24+ words) Hi everyone! I'm a college junior, and I built FramePort while working on Tomato, my custom 32-bit... Tagged with vscode, raspberrypi, devtools....


dev.to > mohamed_bal > connect-devup-ai-to-vs-code-no-extension-required-2ff9

Connect DEVUP AI to VS Code—No Extension Required

1+ day, 16+ hour ago   (800+ words) Disclosure: Visual Studio Code is a third-party product. DEVUP AI is an independent platform and... Tagged with vscode, ai, programming, tutorial....


dev.to > devyuuun > adding-syntax-colors-without-changing-the-diff-4na0

Adding syntax colors without changing the diff

2+ day, 18+ hour ago   (25+ words) Someone trying the pull request reading guide I'm building pointed out that the code was hard to read... Tagged with codereview, javascript, webdev....


medium.com > @shekharpadhy > 5-vs-code-tricks-that-made-my-coding-much-easier-6eda3bfcc1f4

5 VS Code Tricks That Made My Coding Much Easier…

3+ day, 8+ hour ago   (140+ words) When you’re coding every day, small things can make a big difference. You don’t always need a new extension or a complicated setup to improve …...


dev.to > karansharma2312 > what-is-playwright-install-it-in-vs-code-with-python-beginner-guide-20j

What Is Playwright? Install It in VS Code with Python (Beginner Guide)

3+ day, 22+ hour ago   (183+ words) Playwright is a modern browser automation and end-to-end testing tool. It lets you control Chromium, Firefox, and WebKit using code. If you are using Python and VS Code, this guide shows exactly how to install and verify Playwright. Playwright is…...


dev.to > chekarda_ali_c14d11faf19c > how-i-built-a-vs-code-extension-that-solves-bad-commit-messages-no-ai-required-411n

How I Built a VS Code Extension That Solves Bad Commit Messages (No AI Required)

4+ day, 3+ hour ago   (88+ words) Every developer has done it. You finish some code, open the terminal, and write: git commit -m "fix" Or worse: git commit -m "update" Months later, you look at your history and have no idea what changed. Good commit messages…...