Documentation
¶
Overview ¶
Package lsp adapts the shared compiler and language services to the Language Server Protocol. Protocol transport remains separate from project discovery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnitResolver ¶
type UnitResolver func(filename string, source []byte) (compiler.SourceUnit, error)
Click to show internal directories.
Click to hide internal directories.