casey / just

🤖 Just a command runner
https://just.systems
Creative Commons Zero v1.0 Universal
21.23k stars 471 forks source link

Question: Language Server #1094

Open jchook opened 2 years ago

jchook commented 2 years ago

Does a Justfile language server exist (e.g. for IntelliSense, IDEA, etc)?

When authoring justfiles, I sometimes wish for interactive autocomplete and real-time linting.

For example, if I type set, I wish for a list of sensible options to pop up in my editor:

Also if I make a syntax error, it would be nice to see that as I author the file.

casey commented 2 years ago

Not yet! I wonder if just itself could integrate a language server.

jchook commented 2 years ago

I bet it could!

linux-china commented 2 years ago

@jchook I think you can try JetBrains just plugin: https://plugins.jetbrains.com/plugin/18658-just

Screen Shot 2022-02-22 at 11 26 01 AM
runeimp commented 2 years ago

I'd love to have a LSP for Just to use in Sublime Text

zhengpd commented 1 year ago

Love to see a LSP for Justfile in Neovim. 👀