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

//DEPS content assist only works on first item

Open quintesse opened this issue 3 years ago • 2 comments

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:".

quintesse avatar Apr 24 '22 19:04 quintesse

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

linux-china avatar May 09 '22 01:05 linux-china

Yeah, you can have more than one dependency on a single line and they can be either comma or space separated.

quintesse avatar May 09 '22 10:05 quintesse