- What it does
- Focus Mode gives you 4 keyboard-driven commands to cut through noise and stay in the zone while reading large codebases.
- 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
-Used claude for suggestions and some code.used it for writing readme also for doubt solving