Using Nova and Language Server

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By WedAry

I started using Panic’s new editor Nova and I’m starting to like it a lot. Since the editor is MacOS only and its quite new… GDScript is not supported!

Thats why I decided to create an extension, at this point I have setup the Syntax and basic Autocompletion.

Since Nova supports LSP I decided to try to implement a Language Server extension… but I can’t find any documentation how it works. I looked inside the VSCode plugin which basically is using commands from Command line tutorial — Godot Engine (stable) documentation in English

Can anyone shade a light on how I can get errors, autocompletion with the LSP?