-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make apicurio-registry work properly with Visual Studio Code #3821
Comments
Thank you for reporting an issue! Pinging @carlesarnal to respond or triage. |
Hi @forsberg ! A quick check: Most of us use That said, maybe, someone great at IDEs + Java like @fbricon is interested in looking into this. |
Haha, brain overload. Yes, I mean registry :-) |
@snjeza PTAL |
@fbricon @snjeza I keep facing similar issues with those and other Maven Plugins for generating code, the most recent being with @Javatar81 and this Maven Plugin: https://github.com/fabric8io/kubernetes-client/blob/main/doc/java-generation-from-CRD.md The workaround of adding the Thanks a lot in advance! 🙏 |
Feature or Problem Description
Trying to open apicurio-registry in Visual Studio Code, most things work, but the generated code is not found, meaning that code navigation, linting etc suffers badly.
I realize the core developers probably use IntelliJ, but for me, not having to switch editor would help when trying to understand how something works, or when trying to fix a bug.
Proposed Solution
This seems to be a known problem with the vscode-java extension, but there are workarounds. I'm sure that for an experienced java developer, applying fixes from redhat-developer/vscode-java#566 or redhat-developer/vscode-java#177 would be a simple thing. Not so much for me, way too deep into Maven rabbit hole land.
redhat-developer/vscode-java#177 (comment) might indicate that some magic file needs to be added to https://github.com/Apicurio/apicurio-codegen
Additional Context
Please? :)
The text was updated successfully, but these errors were encountered: