Documentation
¶
Overview ¶
Package lsp
Main entrypoint of the project, this is where the language server is starting.
Index ¶
- func CheckAllOpenFileForSyntax(context *glsp.Context, d *utils.Documents)
- func ExecuteCommands(context *glsp.Context, params *protocol.ExecuteCommandParams) (any, error)
- func Format(context *glsp.Context, params *protocol.DocumentFormattingParams) ([]protocol.TextEdit, error)
- func Start()
- func SyntaxCheckOnSave(context *glsp.Context, params *protocol.DidSaveTextDocumentParams) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommands ¶ added in v0.3.0
func SyntaxCheckOnSave ¶
func SyntaxCheckOnSave(context *glsp.Context, params *protocol.DidSaveTextDocumentParams) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.