Usage

TBD - sections for each major feature

Completion

The following completions are available in JBang. If they do not open up automatically then do an explicit completion using Alt+Space or ^+Space dependent on your platform.

Basic directive completion

Completion for JBang directives like //JAVA and //DEPS are available at start of comments (//).

jbang idea completion directives

Dependency completion

//DEPS has completion of Maven artifacts using JBang/Gradle syntax. You can use fully qualified names or just type a substring of the Group and artifact version to get a list of possible matches from Maven Central.

jbang idea deps completion]