NNeoZinoinneozino.hashnode.dev·4d ago · 15 min readHow to Use Claude Code in VS Code: The Complete Setup I Use Every DayOriginally published on ClockedCode - my blog about getting the most out of Claude Code. There are two ways to use Claude Code in VS Code: the official extension, which gives you a graphical panel ins00
Mmilovaleinghostmap.hashnode.dev·Jul 6 · 8 min readI got tired of TODO comments losing context, so I built GhostMapI opened an old TypeScript service after a few weeks away from it and found this: // TODO: fix retry logic async chargeCustomer(input: ChargeInput) { // ... } The comment was technically useful whe00
CCalculusGuyinkalculus.hashnode.dev·Jul 3 · 1 min readI built an AI Agent inside VS CodeHey everyone, For the past few months, I’ve been building Kalai Agent, a VS Code extension designed to bring fully agentic AI directly into your editor, bypassing the need to constantly copy-paste cod00
GMGian Michele Pasinelliindevtools-embedded.hashnode.dev·Jun 25 · 6 min readCalcDocs Gets Even Better: Interactive Tolerance Propagation in the Distribution Webview in VS CodeCalcDocs introduces an updated distribution-based uncertainty propagation engine integrated directly into its VS Code webview. The goal is to support engineers working with formulas and derived quanti00
Uusamainusama-dev.hashnode.dev·Jun 24 · 4 min readI Got Tired of Cryptic Python Error Messages — So I Built a VS Code Extension That Fixes Them AutomaticallyEvery Python developer knows this moment. Your code crashes. You stare at a one-line error message. You have no idea what actually went wrong. So you copy the error, paste it into Google, open four St00
TKTomas Kucharzykinkuchatom.hashnode.dev·Jun 16 · 4 min readExport and Import VS Code Connections with Oracle SQLcl 26.1Because the Oracle SQL Developer Extension for VSCode is something like an industry standard right now, sooner or later you will have to export your connections, so you can pass it to your teammate. U00
FFreeRaveinfreerave.hashnode.dev·Jun 9 · 9 min readI Built a Code Screenshot Tool Inside My VS Code Extension — Here's How It Works (DotShare v3.4.0)You know that moment when you write a function you're genuinely proud of, and you want to share it on LinkedIn or Bluesky — but plain text just… doesn't do it justice? I've been there every week. I'm 00
RKRitesh Kumarinriteshkr.hashnode.dev·Jun 7 · 2 min readSelect code in VS Code, press Cmd+Shift+K, and get a share-ready screenshotKromaStudio extension is live KromaStudio for VS Code removes that step. Select code, hit a shortcut, get a styled snippet in the browser. How it works 1. Select in the editor 2. Run the shortcut 00
MDMorgan Dowellinsaga-it.hashnode.dev·Jun 7 · 6 min readMirth Connect development in VS Code and CursorShort version: MirthSync — our extension for developing Mirth Connect and Open Integration Engine channels in a real editor — is now on the Open VSX Registry. If you write integration code in Cursor, 00
RSRachit Shethinrscrafted.hashnode.dev·Jun 4 · 3 min readStop Copy-Pasting: How to Code Directly on Your Remote Server with VS CodeIf you manage a production server, you are probably comfortable handling CLI tasks and service management. But when it comes to actual development work — tweaking a docker-compose.yaml or services.yam01V