Open yuyully opened 6 months ago
Since it's a Maven project, the pom files need to be configured to support this and the import will respect it. Currently that project is configured with only the default source locations of src/main/java
and src/test/java
for each sub-module.
Note : It should be possible to open a source file and have intellisense working if the file is external to the project.
Environment
Steps To Reproduce
Current Result
Currently intellisense (such as
class
,main
) doesn't work in java file which is in root folder of multi-modules project.Expected Result
Expect that intellisense can work in java file which is in root folder of multi-modules project.