Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zcg/cjlsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cj-lsp (Cangjie Language Server, Rust)

Rust rewrite of a Cangjie language server with a minimal parser, semantic model, and LSP features.

Build

cargo build

Run

cargo run -p cj-lsp

Features (current)

  • Document symbols
  • Hover
  • Go to definition
  • Diagnostics (syntax + basic semantic checks)
  • Completion (keywords + known symbols)

Notes

  • The SQLite index is stored at .cj-index.sqlite in the workspace root.
  • FlatBuffers bindings are optional; if flatc is missing, the build still succeeds.

About

仓颉编程语言lsp rust重写版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages