package

github.com/TunkShif/lsp.cr

main / published Jun 10, 2022 / repository

Language Server Protocol Specification Implemented in Crystal

lsp.cr

WORK IN PROGRESS

[Language Server Protocol]0 specification implemented in Crystal.

Current Progress:

  • TODO: add missing language features related definition
  • TODO: add initialize method for strcuts in need
  • TO BE FIXED: enum json converter

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      lsp:
        github: TunkShif/lsp.cr
  2. Run shards install

Usage

require "lsp"

API

  • LSP

    Language Server Protocol Specification Implemented in Crystal