Skip to content
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

//DEPS content assist only works on first item #54

Open
quintesse opened this issue Apr 24, 2022 · 2 comments
Open

//DEPS content assist only works on first item #54

quintesse opened this issue Apr 24, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@quintesse
Copy link

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 quintesse added the bug Something isn't working label Apr 24, 2022
@linux-china
Copy link
Contributor

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

@quintesse
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants