Skip to content

Renjini221/Focus-Mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Focus Mode — VS Code Extension

A lightweight VS Code extension that helps developers stay focused while navigating code.

  • What it does
  • Focus Mode gives you 4 keyboard-driven commands to cut through noise and stay in the zone while reading large codebases.

Working

  • 1.Jump Between function(Alt-arrowUp/arrowDown)
  • 2.Highlight usages(Alt+H)
  • Click on any variable name
  • Press Alt+H-every occurrence highlights in yellow
  • 3.Fold all except current(Alt+F)
  • place cursor inside one function
  • Press Alt+F :all other functions collapse
  • use Ctrl+K Ctrl+J:to unfold everything again

AI Decleration

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors