Closed hlavki closed 9 months ago
Does Right click in the source file editor give a synchronize jbang option?
@maxandersen yes, it gives me that option. When I run it I get:
But classes from //DEPS dependencies are not suggested for completion.
IntelliJ requires the file is in a directory marked as sources. You can right click it's parent and add as sources.
Let's see if it's that.
thanks @maxandersen, it works now.
Cool. Thanks to confirm.
Really should find a way to inform users or even better have it "just work"
Hi,
I am using Intellij Idea Ultimate (2023.3.2) with Jbang plugin (0.24.4) and jbang (0.114.0). When I do this steps:
IDE opens the project, but code completion provides classes only from JDK, not from dependencies (picocli, etc). It works if I use
-b
option in edit.