Crate glyph_lsp

Crate glyph_lsp 

Source
Expand description

Language Server Protocol implementation for Glyph

This crate provides LSP support for Glyph, enabling IDE features like:

  • Syntax highlighting
  • Error diagnostics
  • Code completion
  • Go to definition
  • Hover information

Structs§

GlyphLanguageServer

Functions§

run_lsp_server