Documentation
¶
Overview ¶
Package server is a simple abstraction of glsp server that includes in custom handler that supports CUE language. For more information about glsp: https://github.com/tliron/glsp
Index ¶
Constants ¶
View Source
const ( Name = "cuelsp" Version = "0.3.3" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LSP ¶
type LSP struct {
// contains filtered or unexported fields
}
LSP stands for Language Server Protocol, this type represents the server
Directories
¶
| Path | Synopsis |
|---|---|
|
Package handler is a collection of all methods supported by LSP.
|
Package handler is a collection of all methods supported by LSP. |
|
Package utils is a simple package that group any pure functions useful in LSP /!\: functions in package utils should be the simplest possible
|
Package utils is a simple package that group any pure functions useful in LSP /!\: functions in package utils should be the simplest possible |
Click to show internal directories.
Click to hide internal directories.