RVRomán Via-Dufresne Sausinromanviasaus.hashnode.dev·Mar 24 · 6 min readBuilding a VS Code Extension with AIContext: I recently published JSDoc Markdown Plus, a VS Code extension that highlights Markdown inside JSDoc comments and makes documentation stand out inside the editor. In the first part of this ser00
RVRomán Via-Dufresne Sausinromanviasaus.hashnode.dev·Feb 26 · 4 min readMaking Documentation Visible AgainContext: I built a VS Code extension that makes JSDoc documentation readable and visually distinct inside the editor. Check it out at: JSDoc Markdown Plus 1. Why This Extension Exists This extension w00