JetBrains Just plugin

JetBrains Just Command Runner Plugin is a plugin to integrate just commander in JetBrains IDEs.

Plugin features:

  • Just language and file types
  • Syntax high light
  • Run recipes
  • New justfile by project type, such as Maven/Gradle
  • Code completion: settings names, recipe dependencies, variables with dotenv support
  • Navigation for dependency name

How to use?

  • Download and install just command line from https://github.com/casey/just/releases
  • Install JetBrains Just plugin
  • Invoke ‘Justfile’ item from New file group, and a justfile file will be created with following code:

#!/usr/bin/env just --justfile
                    
hello:
  echo "hello world"
  • Click run button in Gutter and run a recipe/target!

Quick to understand justfile, please click Justfile cheat sheet

References

GitHub

View Github