Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This part of the guide covers the server side development for KEITH, the language server (LS). It is adviced to have a look at the existing implementation in the language.server plugin.

Register start hook (Eclipse)

...

Code Block
for (contribution: KielerServiceLoader.load(ILSSetupContribution)) {
	            contribution.LSSetup.doLSSetup()
}

...

TODO

Starting and connecting

TODO

Connection via

...

socket

TODO

Connection via stdin/stdout

TODO

Developing a LS extension

...