linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
35 stars 6 forks source link

Update syntax to support recipe attribute confirm("prompt") #26

Open lokkju opened 2 months ago

lokkju commented 2 months ago

Justfile supports the recipe attribute [confirm("prompt")] since at least 1.23.0. Attempting to use this attribute shows as a language syntax error

Example:

[confirm("echo foo?")]
foo:
    echo "foo"

Result: Screenshot from 2024-04-22 11-05-58`

Reference: https://just.systems/man/en/chapter_32.html

TTiger commented 2 months ago

+1 having same issue

nandorholozsnyak commented 4 weeks ago

+1 here. Group syntax is also not supported (yet). That would be helpful. image