Fred Bricon
Fred Bricon
To recognize nested projects, you need the top project to be have "pom" packaging, and declare the sub project as a module. "pom" projects can't contain java code.
no, as soon as the non-"pom" top project is detected, we stop crawling down to find other projects
this doesn't address all quarkus cases, which uses a [DurationConverter](https://github.com/quarkusio/quarkus/blob/00b31c814afe25e3d15e0a99d639f7e4383a0341/core/runtime/src/main/java/io/quarkus/runtime/configuration/DurationConverter.java#L18). See https://github.com/redhat-developer/intellij-quarkus/issues/1207#issuecomment-1766040053
you can hover over the class/field/method the javadoc is bound to
I understand, I was merely suggesting a workaround. I know Jetbrains IDEA as a nice way of showing human-readable javadoc instead of raw html. But I'm not sure if VS...
Can you please share your project or at least the build.gradle file?
No: https://github.com/redhat-developer/intellij-quarkus/actions/workflows/IJ-latest.yml
[vscode-java](https://github.com/redhat-developer/vscode-java?tab=readme-ov-file#language-support-for-java--for-visual-studio-code) is using the [Eclipse JDT.LS](https://github.com/eclipse-jdtls/eclipse.jdt.ls?tab=readme-ov-file#eclipse-jdt-language-server) language server, so yes, it's definitely based on Eclipse. Please read https://github.com/redhat-developer/vscode-java/wiki/Formatter-settings I can guarantee that, as a core Eclipse JDT.LS and vscode-java developer,...
I've had this issue yesterday. `Java: Clean Java Language Server Workspace` fixed it for me. There's definitely something fishy here we need to fix.
So I'm a bit worried that we're setting the gradleHome attribute (as found in the environment variable) to something that doesn't match the gradle version (set by java.import.gradle.version). It doesn't...