Releases: nedap/archetype-languageserver
Fix ADL 1.4 conversion, generate OPT and examples
v0.1.5 Update version to 0.1.5
Quick fix for adding missing term codes, more fixes!
adds a quick fix for adding a missing term code. Very useful when adding constraints to an archetype, just add, let it add the missing terms by clicking on the lighbulb-icon or whatever your favorite IDE shows next to the error, and quickly translate them by looking for the string 'missing translation'. done :)
Basic ADL 1.4 support, plus conversion to ADL 2
Does the document outline, syntax highlighting and document links for ADL 1.4, mainly because it was very very easy to build.
Does the 1.4 -> 2 conversion mainly because it is very useful to have :)
To convert, right click in the document, do 'Source actions' and select what you want to convert.
windows fixes, document outline & more
- document outline is now hierarchical and human readable (breadcrumbs!)
- windows now works properly
- links from archetype roots to other documents
- many small fixes
First bugfixes
- now also starts plugin if workspace contains adl/adls/adl2/etc files instead of onOpen
- jackson mapping exceptions get pushed to client (so, in vscode you see what's wrong)
- more exceptions in the server get shown in the client (vscode)
known issues
problems with file handling in windows, for some reason. Opening files does work, workspace does not
First release!
Includes embedded JVM, so very easy to start on mac, windows and linux. X86/x64 only for now though, no ARM support yet.
Just download the attached vsix file and install it in visual studio code by opening command palette, then 'install using vsix'.
Known issues:
- on windows it logs errors for not yet opened files. You cannot click the file, it will complain that it is a directory. If you open the files from the sidebar, it works correctly.