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 https://docs.godotengine.org/en/stable/getting_started/editor/command_line_tutorial.html
Can anyone shade a light on how I can get errors, autocompletion with the LSP?