You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve explorer UX, editor path bar, and func badge detection
Explorer:
- Right-click context menu on files/folders: open in OS explorer,
copy path, search in this folder (auto-expands dir input)
- Syncs selected file with active Monaco editor tab (like VSCode)
- Ctrl+Shift+F switches from explorer tab to search and focuses query
Editor / search:
- Path bar is now a selectable input — drag to copy any part of the path
- Left panel max width increased from 600px to 900px
- Search hit rows are visually distinct from file/folder headers
(green left border + indent)
Function badge fixes (ClassifyKind):
- K&R-style definitions (name and `(` on separate lines) now detected
- Functions with many arguments whose `{` falls outside the 6-line
- Prevent subdir filter from breaking definition jump, hover, and result clicks during streaming
context window now correctly get the func badge
- Inline comments (`/* (note */`, `/**/`) no longer confuse paren
counting — fixes false badges on function calls and false negatives
on prototype declarations with trailing comments
- Add ClassifyKind / PreferDefinitionHits unit tests for above cases
0 commit comments