Code FocusAnalyze and group related files to reduce navigation overhead when understanding code relationships in TypeScript and JavaScript projects. What It DoesCode Focus helps developers understand code relationships by automatically grouping related files together. When working on a specific component or feature, you can instantly see all dependencies (files it imports) and dependents (files that import it) in one organized view. This eliminates the need to manually search through the project structure or use "Go to Definition" repeatedly to understand how files are connected. How It WorksMethod 1: Right-click Context MenuRight-click any Method 2: Command PaletteUse What You'll SeeAfter running the command, a Code Focus panel will appear in the Explorer showing all related files organized by their relationship to your selected file. The panel displays:
Click any file in the focus view to open it instantly. Key Benefits
Supported Files
Settings
Requirements
Limitations
Created by Prateek Bisht | Report Issues
|