445 B
445 B
1.extract from all possible formats (ask chatgpt)
[DONE] json [TODO] xml, maybe yaml
- [PLAN] Support external dependencies (JARs/compiled classes):
- Enable binding resolution in ASTParser (
setResolveBindings(true)). - Configure ASTParser with project classpath (including JARs).
- Refactor
CodebaseContextto handle resolved bindings, not just local AST nodes. - Implement tests using external libraries as base classes.
- Enable binding resolution in ASTParser (