Versions in this module Expand all Collapse all v1 v1.0.0 Jul 19, 2026 Changes in this version + func CreateVar(diagnostic analysis.UnboundVariable, program parser.Program) protocol.TextEdit + func NewConn(objStream jsonrpc2.MessageStream) *jsonrpc2.Conn + func NewDocumentsStore[Doc any]() documentStore[Doc] + func ParserToLspPosition(p parser.Position) protocol.Position + func RunServer() error + type InMemoryDocument struct + CheckResult analysis.CheckResult + Text string + type LsObjectStream struct + func NewLsObjectStream(in io.ReadCloser, out io.WriteCloser) LsObjectStream + func (s *LsObjectStream) Close() error + func (s *LsObjectStream) ReadMessage() (jsonrpc2.Message, error) + func (s *LsObjectStream) WriteMessage(obj jsonrpc2.Message) error + type State struct