Language Support for openVALIDATION for Visual Studio CodeThis extension provides support for the domain specific language openVALIDATION. The extension uses the ov-language-server to provide the language features. RequirementsThis extension starts the language-server, which requires the REST-API of openVALIDATION. To be independent of the internet connection, the REST-API get started by the language-server. Because openVALIDATION was written in Java, Java is required to run the extension. For Windows, we deliver the JRE of openJDK8 to avoid this. But on other platforms like Linux, Java is required to run the extension. We're working on a better solution. FeaturesAll features that are implemented in the language-server are provided here. In addition to the features of the Language-Server-Protocol we provide semantical highlighting, which is also implemented in the language-server. The semantical highlighting is implemented with the decorations-API of VSCode. Besides, the extension generates code from the written openVALIDATION code. The programming language can be picked from the available programming languages. Also, the folder where the code should be generated can be picked in the settings. Extension SettingsThis extension contributes the following settings:
The language and culture can also be changed with the status bar: Known IssuesNearly all currently released features of openVALIDATION are supported here. But we currently don't support multiple files which are bundled with the import command. We still need to find a way to implement language features for multiple files in openVALIDATION. Release Notes0.1.0Initial release. |