-
-
Notifications
You must be signed in to change notification settings - Fork 639
Open
Labels
Description
Feature request related to a problem
Having line count visible in the IDE file tree is useful because it gives instant context about a file without opening it.
- Quick size awareness → Spot large or complex files immediately.
- Better navigation → Know whether you’re opening a small tweak or a huge module.
- Refactoring hints → Oversized files often signal architectural issues.
- Code review planning → Helps estimate effort and prioritize work.
- AI-era control → Detect when generated code makes files grow too much.
Describe the solution you'd like
This is what I imagine

Reactions are currently unavailable