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
-
Add the dependency to your
shard.yml:dependencies: lsp: github: TunkShif/lsp.cr -
Run
shards install
Usage
require "lsp"