Skip to content
mayanje edited this page Oct 2, 2017 · 6 revisions

Welcome to the LanguageServerRobot wiki!

The LanguageServerRobot project aims to provide a tool for creating recorded tests for the TypeCobol project, this for validating its source code editing plugin under Eclipse RDz and the implementation of the completion functionality, intelligent editing using the Microsoft Language Server protocol.

In its design the LanguageServerRobot project can be used to target any Language Client/Server exchange using Microsoft Language Server protocol

The LanguageServerRobot tool can operate in two modes:

  • Recording mode: in this mode the LanguageServerMode behaves as Client and Server for intercepting and recording exchanged messages between the original client and the target server.
  • Replay mode: In this mode the LanguageServerMode is a client that communicates with the target server to replay recorded scripts.

Recording context

Replay context

Clone this wiki locally