jbang-idea icon indicating copy to clipboard operation
jbang-idea copied to clipboard

Show more options for //DEPS assist

Open quintesse opened this issue 3 years ago • 1 comments

I'm not sure what the current filters are for the //DEPS assist, but if you have a line like:

//DEPS org.slf4j:slf4j-simple:

And hit Alt+Space at the end of that line it only seems to show the very latest version. I can understand that showing all versions might result in very long lists for some artifacts, but perhaps we can show the last 10-20 ones at least?

quintesse avatar Apr 24 '22 19:04 quintesse

Yes, the result list is from fun suggestPrefix(groupId: String, artifactId: String,parameters: SearchParameters, consumer: Consumer<RepositoryArtifactData>) in DependencySearchService, and I will take a look.

linux-china avatar May 08 '22 23:05 linux-china