Documentation
¶
Index ¶
- Variables
- func Run()
- func TextDocumentDidChange(context *glsp.Context, params *protocol.DidChangeTextDocumentParams) error
- func TextDocumentDidClose(_ *glsp.Context, _ *protocol.DidCloseTextDocumentParams) error
- func TextDocumentDidOpen(context *glsp.Context, params *protocol.DidOpenTextDocumentParams) error
- func TextDocumentDidSave(_ *glsp.Context, params *protocol.DidSaveTextDocumentParams) error
- func WorkspaceExecuteCommand(context *glsp.Context, param *protocol.ExecuteCommandParams) (any, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Handler protocol.Handler
View Source
var TextDocumentUseFullSync bool
View Source
var Version string
Functions ¶
func TextDocumentDidChange ¶
func TextDocumentDidChange(context *glsp.Context, params *protocol.DidChangeTextDocumentParams) error
func TextDocumentDidClose ¶
func TextDocumentDidClose(_ *glsp.Context, _ *protocol.DidCloseTextDocumentParams) error
func TextDocumentDidOpen ¶
func TextDocumentDidOpen(context *glsp.Context, params *protocol.DidOpenTextDocumentParams) error
func TextDocumentDidSave ¶
func TextDocumentDidSave(_ *glsp.Context, params *protocol.DidSaveTextDocumentParams) error
func WorkspaceExecuteCommand ¶ added in v0.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.