KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
lsp-types
★ 41
Open GitHub ↗
Native lsp types for rust
Download README (.md)
Explore Similar Repositories
crack-winrar
:
Crack WinRAR 100% work
CUHKSZ-Manual
:
龙大生存手册
webgl-ocean
:
WebGL realtime ocean generator based on FFT
vitamin-design
:
Decathlon Design System - Design workflow management
in-vehicle-network
:
Config files for my GitHub profile.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lsp-types
?
Download (.md)
# lsp-types Native lsp types for rust ## crates [lsp-types](crates/types/) is where all types and helper trait live in. [lsp-io](crates/io) is a simple wrapper for reading & writing message for server or client. ## examples here is a simple demo for creating a lang server and it's vscode extension. to run lsp server, cd lsp-types, run `cargo run --example yaya-lsp`, then server is starting and waiting for client connection at `localhost:9999`. then open `examples/yaya` in another vscode editor, press F5 to start debug extension, open file with `.yaya` extension in **extension debug host**, type `$`, you will see completion from out dummy lsp server. 