Focus Mode banner

Focus Mode

1 devlog
1h 54m 53s

A lightweight VS Code extension that helps developers stay focused while reading and navigating code. Instead of scrolling endlessly through a large file, Focus Mode gives you keyboard shortcuts to fold away noise, highlight what matters, and jump…

A lightweight VS Code extension that helps developers stay focused while reading and navigating code. Instead of scrolling endlessly through a large file, Focus Mode gives you keyboard shortcuts to fold away noise, highlight what matters, and jump between functions instantly.

  1. Fold All Except Current Function — Alt+F
  2. Highlight All Usages — Alt+H
  3. Jump to Next Function — Alt+↓
  4. Jump to Previous Function — Alt+↑
This project uses AI

Used claude for suggestions and some code.used it for writing readme also for doubt solving

Demo Repository

Loading README...

Tensteg

Shipped this project!

Focus Mode gives you 4 keyboard-driven commands to cut through noise and stay in the zone while reading large codebases.The hardest part was that i was not so fimiliar with vs code extension and pushing it to marketplace

Tensteg

Finished this small project i built it using typescrip and vs code extension api When the extension loads, activate() runs and registers all 4 commands. context.subscriptions ensures everything gets cleaned up when VS Code closes.
there is also fuctions for each tasks like fold and jump

Attachment
0