-
Notifications
You must be signed in to change notification settings - Fork 221
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
Neovim setup generated sources #601
Comments
I would like this feature as well, can we maybe have some pointers on how to implement this? Pinging @fwcd, in case you have some time to give some pointers it would be great! |
The LSP ignores everything listed here https://github.com/kotlin-community-tools/kotlin-language-server/blob/main/shared/src/main/kotlin/org/javacs/kt/SourceExclusions.kt#L16-L20. To work around this, set this in gradle.properties
Rebuild and restart the lsp/extension host for the changes to be picked up |
Nice, thank you a lot. Will give it a try and see if i get it running :D |
Hey their,
thank you a lot for your work!!
I am using the kotlin language server and love to use neovim for further coding. But somehow the language server does not detect generated java files from openapi
It works just fine in intellij, so the linking in maven seems correct. But somehow the language server cannot resolve the java file/package.
It just doesnt find it.
The java files are located in
target/generated-sources/src/java
Is it possible to recognize these?
Thank you for your support
The text was updated successfully, but these errors were encountered: