jbang-idea
jbang-idea copied to clipboard
//DEPS content assist only works on first item
When you have a line like
//DEPS io.javalin:javalin:4.4.0 org.slf4j:slf4j-simple:1.7.36
And you put your cursor after org.slf4j:slf4j-simple:" and hit Ctrl+Space it shows suggestions for "io.javalin:javalin:", not "org.slf4j:slf4j-simple:".
I think one //DEPS just for one dependency. I will fix it.
//DEPS io.javalin:javalin:4.4.0
//DEPS org.slf4j:slf4j-simple:1.7.36
Yeah, you can have more than one dependency on a single line and they can be either comma or space separated.