You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a big maven project, and there are five modules in it. In my project, one module named "common" is required by the other modules.
In "common" module, I have to compile the rpc code and use these codes in other modules. But when using eclipse.jdt.ls in neovim, I couldn't find the definition of the Variable defined in generated-sources. I got response like:
// Failed to get sources. Instead, stub sources have been generated by the disassembler.// Implementation of methods is unavailable.packagemy.proto;
The text was updated successfully, but these errors were encountered:
There seems to be a context menu item from the explorer menu to Add Folder to Java Source Path but it looks like we don't currently support it if the project is Maven or Gradle :
Unsupported operation. Please use pom.xml file to manage the source directories of maven project.
I'll mark this as a nice enhancement but not sure how high it would be in priorities. If m2e and buildship provide API for these it might be pretty easy to do.
rgrunber
changed the title
generated-sources as java source path
"Add Folder to Java Source Path" for Maven and Gradle projects
Jan 21, 2022
I have a big maven project, and there are five modules in it. In my project, one module named "common" is required by the other modules.
In "common" module, I have to compile the rpc code and use these codes in other modules. But when using eclipse.jdt.ls in neovim, I couldn't find the definition of the Variable defined in generated-sources. I got response like:
The text was updated successfully, but these errors were encountered: