|
|
|
|
|
by arevno
452 days ago
|
|
The obvious thing would be LSP interrogation, which would allow the token context to be significantly smaller than entire files. If you have one file open, and you are working on a function that calls out to N other modules, instead of packing the context with N files, you get ONLY the sections of those files the LSP tells you to look at. |
|
Have you tried any tools that do this particularly well?