tools/LSPTool
This directory groups related source files that collaborate around a shared concern.
tool-system · 6 repo-context · 1
0
Child dirs
6
Child files
2,011
Direct lines
45
Detected imports
2
Subsystem signals
Beginner explanation
This folder is best understood as a neighborhood inside the repo. Start with the child files that have the clearest names, then open the file pages to see how they connect.
What this is for
This directory groups related source files that collaborate around a shared concern.
Expert explanation
Use this page to inspect local cohesion: direct files, dominant subsystem tags, import density, and adjacency to parent/child directories. Directory boundaries are useful but not perfect architectural boundaries, so confirm by opening the linked file pages.
Child directories
- No child directories.
Child file index
| File | Lines | Importance | Subsystems |
|---|---|---|---|
| LSPTool.ts tools/LSPTool/LSPTool.ts | 861 | high | tool-system |
| UI.tsx tools/LSPTool/UI.tsx | 228 | medium | tool-system |
| formatters.ts tools/LSPTool/formatters.ts | 593 | high | tool-system |
| prompt.ts tools/LSPTool/prompt.ts | 22 | medium | tool-system |
| schemas.ts tools/LSPTool/schemas.ts | 216 | medium | tool-system |
| symbolContext.ts tools/LSPTool/symbolContext.ts | 91 | high | tool-system, repo-context |