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
When activating the Content-Assist in a pom.xml at the version element of a dependency and plugin it looks like only locally available version are proposed instead of all version available in the available repositories (e.g. Maven-Central).
When activating the Content-Assist in a pom.xml at the version element of a dependency and plugin it looks like only locally available version are proposed instead of all version available in the available repositories (e.g. Maven-Central).
The Maven-Resolver offers a simple API to obtain all available versions in a range, e.g.
[0,)
for all:https://github.com/apache/maven-resolver/blob/d6177759dd22df3c7b59722ae92a25f9bb3d43f4/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/FindAvailableVersions.java#L46-L58
I don't know how lemminx-maven has implemented its proposals, but if one can guide me to the right location I can have a look at this.
The text was updated successfully, but these errors were encountered: