LSP support #1203
pieter-bos
started this conversation in
General
LSP support
#1203
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the language server protocol is a good umbrella under which we can assimilate the frontends of VerCors, which are:
Some considerations:
Origin
, so those can be refactored to diagnostics as wellOrigin
/Readable
should likely be more directly tied to a path/uriTo be clear: I really intend to implement the command line utility on top of LSP, to encourage implementing features in all frontends in parallel. Preferably VerCors usually runs as a daemon the command line utility connects to, but let's start with just separating the interface.
Beta Was this translation helpful? Give feedback.
All reactions