Skip to content

Support managing referenced libraries #174

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

Closed
KonpakuSyl opened this issue Aug 22, 2019 · 3 comments · Fixed by #213
Closed

Support managing referenced libraries #174

KonpakuSyl opened this issue Aug 22, 2019 · 3 comments · Fixed by #213
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@KonpakuSyl
Copy link

Suggestion

Can you add eclipse user_library support in the next version?

Use Cases

Every time I add a lot of jars into my project, it will be very troublesome,
So I need an easier way to add jars.

Examples

Like this

<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/7.0sp3"/>

But in the current version it doesn't work.

@akaroml akaroml transferred this issue from microsoft/vscode-java-pack Aug 30, 2019
@akaroml
Copy link
Member

akaroml commented Aug 30, 2019

Thanks for asking. This seems like a nice enhancement for the Java Dependency Viewer.

@akaroml
Copy link
Member

akaroml commented Aug 30, 2019

@testforstephen could you take a look?

@jdneo
Copy link
Member

jdneo commented Jan 13, 2020

Start from Language Support for [email protected], we added a new setting java.project.referencedLibraries to config the project classpaths. Please see this link for usage guide.

Meanwhile, in order to improve the UX, we had this PR to let the users be able to config this setting from the Dependency Explorer, which will be available in the next version of Java Dependency Viewer:
demo

Close this issue for now, but please feel free to let us know if you have any thoughts on this.

Thanks.

@jdneo jdneo added the enhancement New feature or request label Jan 14, 2020
@jdneo jdneo changed the title Can you add eclipse user_library support in the next version? Supprt managing referenced libraries Jan 14, 2020
@jdneo jdneo changed the title Supprt managing referenced libraries Support managing referenced libraries Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants