blarify icon indicating copy to clipboard operation
blarify copied to clipboard

A tool to build a graph from a codebase

Results 12 blarify issues
Sort by recently updated
recently updated
newest added

It would be interesting to see if/how `blar` performs against the SWE-Bench benchmarks: - https://www.swebench.com/ - https://github.com/princeton-nlp/SWE-bench - > [ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues? -...

Not really a feature request per se, but came across this project after it was mentioned in another issue ([Ref](https://github.com/princeton-nlp/SWE-agent/issues/38#issuecomment-2037412677)), and figured I would create an issue to share the...

Extend C/C++ support as well. tree_sitter does support C++ AST

could you add php support?

Could you please add support for Java? Maybe it can be solved by using multilspy instead of lsp-ws-proxy. Multilspy already has eclipse_jdtls support. https://github.com/microsoft/multilspy/tree/main/src/multilspy/language_servers https://microsoft.github.io/language-server-protocol/implementors/servers/ https://github.com/georgewfraser/java-language-server https://github.com/eclipse-jdtls/eclipse.jdt.ls

enhancement

Hi, thank you for this amazing project! I was wondering if it would be possible to add support for analyzing the relationships between variables?

enhancement

pyproject.toml version is out of sync with the published blarify version 1.3.9 in pypi.org. So this causes the dependency conflict in my repo. please update them

when parsing java, the inheritance and use relations cannot be built. I think the problem is that LSP server return nothing for java code. here is the line: https://github.com/blarApp/blarify/blob/main/blarify/vendor/multilspy/language_server.py#L429 this...