{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifpiownydxriqmwbvh4r7xeqlancxewhgm5gfhicbtdlcw774kdbi",
    "uri": "at://did:plc:25rdn5elo5izoxrmtis34zuk/app.bsky.feed.post/3mpqbz42oluk2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreihwuodsxyxekrxhsgzhv53fg2ntfhjzizow5o2xmfd7delh7mdrjy"
    },
    "mimeType": "image/webp",
    "size": 61656
  },
  "path": "/rahul_agarwal18/7-hidden-vs-code-extensions-that-feel-like-cheating-2ngf",
  "publishedAt": "2026-07-03T09:22:34.000Z",
  "site": "https://dev.to",
  "tags": [
    "vscode",
    "productivity",
    "programming",
    "tools"
  ],
  "textContent": "If you are still using a vanilla installation of VS Code, you are leaving massive amounts of productivity on the table.\n\nWe all know the standard extensions: Prettier, ESLint, GitLens. But what about the tools that actually change how you write code?\n\nHere are 7 hidden VS Code extensions that feel almost illegal to use because of how much time they save.\n\n##  1. Error Lens\n\nStop hovering over red squiggly lines. Error Lens highlights the entire line and prints the error message inline, right next to your code. You instantly know what is wrong without moving your mouse. Once you install this, you will never be able to code without it again.\n\n##  2. Console Ninja\n\nTired of switching back and forth between your browser console and your editor? Console Ninja prints `console.log` output and runtime errors directly in your editor, right next to the line of code that triggered it. It is like magic.\n\n##  3. Turbo Console Log\n\nHighlight a variable, press `Ctrl+Alt+L`, and this extension automatically inserts a perfectly formatted `console.log` statement with the variable name and its value. It saves you hundreds of keystrokes a day.\n\n##  4. Mintlify Doc Writer\n\nWriting documentation sucks. Mintlify uses AI to instantly generate beautiful, accurate JSDoc/Python docstrings for your functions. Just highlight the function and hit a button.\n\n##  5. CSS Peek\n\nIf you work with large HTML or React files, CSS Peek allows you to hover over a class name and instantly see (and edit) the CSS attached to it in a floating window. No more hunting through massive `.css` files.\n\n##  6. Code Spell Checker\n\nThere is nothing worse than pushing a PR and having a senior developer point out a typo in a variable name. This extension highlights spelling errors in your code, keeping your codebase looking professional.\n\n##  7. WakaTime\n\nDo you actually know how much time you spend coding? WakaTime generates beautiful dashboards showing exactly which languages, projects, and files you spent your time on each week. It is incredible for tracking your own productivity.\n\nWhat is your absolute favorite hidden gem extension? Drop it in the comments below!",
  "title": "7 Hidden VS Code Extensions That Feel Like Cheating"
}