Skip to content

thecodemonkey/monaco-ov

 
 

Repository files navigation

openVALIDATION Language Server

This is the client for the language-server implementation of the domain-specific-langauge openVALIDATION

Features

  • Jump to declaration
  • Find references
  • Highlight occurrences
  • Code completion
  • Diagnostics reporting
  • Documentation on hover
  • Rename symbol

Getting started

Local dev env

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)

About

client for the language-server implementation of openVALIDATION

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 82.2%
  • JavaScript 7.1%
  • CSS 5.4%
  • HTML 3.8%
  • Dockerfile 1.5%