-
Notifications
You must be signed in to change notification settings - Fork 82
feat: Display non-java resources in the Project explorer #730
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
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 <[email protected]>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix #145
The new explorer will looks like this:
