Open jchook opened 2 years ago
Not yet! I wonder if just itself could integrate a language server.
I bet it could!
@jchook I think you can try JetBrains just plugin: https://plugins.jetbrains.com/plugin/18658-just
I'd love to have a LSP for Just to use in Sublime Text
Love to see a LSP for Justfile in Neovim. 👀
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:dotenv-load
export
positional-arguments
shell
windows-powershell
Also if I make a syntax error, it would be nice to see that as I author the file.