feat: Display non-java resources in the Project explorer#730
Conversation
dcd38cf to
c5ebc06
Compare
Performance impactTest caseAfter project petclinic imported, Open the file Without this PR:
With this PR:
The time cost of |
Signed-off-by: Sheng Chen <sheche@microsoft.com>
jdtls.ext/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/PackageCommand.java
Outdated
Show resolved
Hide resolved
|
Here is a case about non-Java project, given Gradle sample project (https://docs.gradle.org/current/samples/sample_building_java_applications.html), the current Java projects view shows only project Since we have supported displaying non-java resources, we can also consider showing the non-java project in the project explorer. Given eclipse package explorer: |
Filed an issue to track: #736 |



Fix #145
The new explorer will looks like this:
