Vala language support for JetBrains IDEs.
This plugin provides syntax highlighting, code completion, integrated documentation, and other features for developmentwith the Vala programming language.
The IDE most compatible currently is CLion because Meson is supported. If you wish to use another IDE, note you must runmeson builds via command line every now and then if your project uses meson.
This currently is in an early stage of development. Most luxuries of JetBrain IDEs are not implemented yet or arelimited.
A Language Server Protocol (LSP) is used to provide many features, including documentation, code completion, syntaxchecking, etc.
The supported LSP is required to be installed separately for now. More details for the LSP areavailable here.
If you want to support this project or encounter any problems, please consider opening issues (features requests, bugfixes, etc.) or pull requests on our GitHub repository here.