lsp

Version, currently main branch1 version
  • main branchlatestJun 10, 2022

github.com/TunkShif/lsp.cr

Language Server Protocol Specification Implemented in Crystal

0 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  lsp:
    github: TunkShif/lsp.cr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.4.1
License
MIT
Author
TunkShif

Dependencies

This version declares no dependencies.

README

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"