Skip to content

Releases: linux-china/jetbrains-just-plugin

0.6.7

01 Nov 09:33
Compare
Choose a tag to compare
  • Shell language injection with exported variable names.
  • Add && and || for logical operators : foo := '' || 'goodbye'
  • Add folding support for custom-defined regions #38

0.5.2

27 Sep 11:57
Compare
Choose a tag to compare
  • Shell expended string support: foobar := x'~/$FOO/${BAR}'
  • Add conditionals support: foo := if "hello" =~ 'hel+o' { "match" } else { "mismatch" }
  • Add more functions for code completion
  • Compatible with JetBrains IDE 2024.3

0.4.3

27 Feb 16:41
Compare
Choose a tag to compare
  • JetBrains 2024.1 compatible.
  • Fix some bugs.

0.2.5

17 Jun 19:19
Compare
Choose a tag to compare
  • Shell language injection:

Snip20220617_19

  • Justfile structure view
  • Folding support

0.1.0

19 Feb 01:08
Compare
Choose a tag to compare

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