Versions in this module Expand all Collapse all v0 v0.12.0 Apr 6, 2024 Changes in this version + func CompatibleCodeActions(cap *protocol.ServerCapabilities, kinds []protocol.CodeActionKind) []protocol.CodeActionKind + func DetectLanguage(filename string) string + func DidChange(ctx context.Context, server protocol.Server, filename string, body []byte) error + func DidClose(ctx context.Context, server protocol.Server, filename string) error + func DidOpen(ctx context.Context, server protocol.Server, filename string, lang string, ...) error + func DidSave(ctx context.Context, server protocol.Server, filename string) error + func DirsToWorkspaceFolders(dirs []string) ([]protocol.WorkspaceFolder, error) + func LocationLink(l *protocol.Location, basedir string) string + func LogMessages(logger jsonrpc2.Logger) jsonrpc2.ConnOpt + func ServerProvidesCodeAction(cap *protocol.ServerCapabilities, kind protocol.CodeActionKind) bool