I Built a Code Screenshot Tool Inside My VS Code Extension — Here's How It Works (DotShare v3.4.0)
Zero native dependencies. Offline-first. Baked into your social sharing workflow.

Search for a command to run...
Articles tagged with #vscode-extensions
Zero native dependencies. Offline-first. Baked into your social sharing workflow.

Zero native dependencies. Offline-first. Baked into your social sharing workflow.

How DotShare v3.2.5 rewrites an active Markdown editor file atomically when loading a draft, pulls remote Dev.to articles into the same UI, and auto-creates a named .md file on panel open. In Part 1,

Every decision in DotShare v3.2.5's Universal Drafts System — the union types, the globalState choice, the upsert pattern — and the wrong versions I tried before landing on these. Good architecture is

A full engineering breakdown of The Polish Pass — custom notifications, global loading states, character limit enforcement, and two bugs that were breaking production silently
I want to talk about a specific kind of technical debt that doesn't show up on any lint report. It's the kind where you have the same if (platform === 'x') check written in four different files. Where