This is the client for the language-server implementation of the domain-specific-langauge openVALIDATION
- Jump to declaration
- Find references
- Highlight occurrences
- Code completion
- Diagnostics reporting
- Documentation on hover
- Rename symbol
git clone https://github.com/NLueg/ovl-language-server.git
cd ovl-language-server
npm install
npm run start (or start:watch for automated rebuild)