Could you let me know when support for Java will be available? #69
Unanswered
crinity-khg
asked this question in
Q&A
Replies: 1 comment
-
|
Hey @crinity-khg! Java support shipped in v0.8.0. The parser extracts classes, interfaces, methods, fields, and tracks relationships like inheritance and method calls. Package-based resolution works for cross-file lookups. Configuration For better resolution, add your pom.xml files to [languages.java]
enabled = true
config_files = [
"pom.xml",
"module-a/pom.xml",
"module-b/pom.xml"
]This helps the resolver understand your project structure and dependencies. The config is cached and only rebuilds when pom.xml changes. Then index normally: Let me know if you hit any issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could you let me know when support for Java will be available?
Beta Was this translation helpful? Give feedback.
All reactions