Skip to main content

lsp-server

Last Updated: 14, September 2020 at 14:04:14

Meta-data: License: ISCRepositoryLifecycle: incubate

Overview

OCaml-lsp is a pure OCaml implementation of the Language Server Protocol (LSP). The initial purpose for OCaml-lsp was to be used in conjunction with the VS Code Platform Extension.

For setting up development environments be sure to check the editor configuration workflow.

The Language Server Protocol

LSP is a JSON-based remote procedure call (RPC) protocol to allow communication between text-editors and some server offering specific programming language support. This greatly simplifies the implementation of generic editors as it offers a standard by which language information can be communicated.

Related Workflows

Starter

  1. Configuring OCaml Tools for your Editor - Add syntax highlighting and code completion to your editor

Edit this page on Github