Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarzilli/yacco
/ types & classes
Types & classes
337 in github.com/aarzilli/yacco
⨍
Functions
991
◇
Types & classes
337
↓ 17 callers
TypeAlias
FormatError
A FormatError reports that the input is not a valid TrueType font.
otat/parse.go:402
↓ 15 callers
TypeAlias
Index
otat/otat.go:14
↓ 11 callers
TypeAlias
EventType
util/events.go:16
↓ 9 callers
TypeAlias
EventFlag
util/events.go:17
↓ 6 callers
TypeAlias
EventOrigin
util/events.go:15
↓ 5 callers
TypeAlias
LogOperation
log.go:27
↓ 5 callers
TypeAlias
UnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented TrueType feature.
otat/parse.go:410
↓ 5 callers
TypeAlias
addrTok
edit/parse.go:58
↓ 3 callers
TypeAlias
RuneArrayMatchable
regexp/types.go:158
↓ 1 callers
TypeAlias
ReloadFlag
buf/buffer.go:150
↓ 1 callers
TypeAlias
fileInfos
editor.go:777
↓ 1 callers
TypeAlias
instrCode
regexp/types.go:92
↓ 1 callers
TypeAlias
ttype
iniparse/tokenizer.go:9
Interface
Addr
edit/addr.go:12
Struct
AddrBase
edit/addr.go:68
Struct
AddrList
edit/addr.go:247
Struct
AddrOp
edit/addr.go:18
Struct
AltingEntry
util/int.go:9
Struct
AnchorDownMsg
extra/win/win.go:68
Struct
AppendMsg
extra/win/win.go:43
Struct
ApplyWorkspaceEditParams
ApplyWorkspaceEditParams is: ** * The parameters passed via a apply workspace edit request. */
lsp/tsprotocol.go:1914
Struct
ApplyWorkspaceEditResponse
ApplyWorkspaceEditResponse is: ** * A response returned from the apply workspace edit request. */
lsp/tsprotocol.go:1933
Struct
BufMan
exec.go:1677
Struct
Buffer
buf/buffer.go:27
Struct
BufferConn
util/util.go:108
Interface
BufferManaging
edit/editlang.go:51
Struct
BufferManagingEntry
edit/editlang.go:46
Struct
BufferSize
description of buffer size, for debugging purposes
buf/buffer.go:66
TypeAlias
CFlag
extra/win/termios.go:65
Struct
ClientCapabilities
ClientCapabilities is:
lsp/tsprotocol.go:976
Struct
Cmd
exec.go:48
Struct
Cmd
edit/editlang.go:18
FuncType
CmdFn
func(ec ExecContext, arg string)
exec.go:47
Struct
CodeAction
CodeAction is: ** * A code action represents a change that can be performed in code, e.g. to fix a problem or * to refactor code. * * A CodeAction
lsp/tsprotocol.go:2939
Struct
CodeActionClientCapabilities
lsp/tsprotocol.go:3771
Struct
CodeActionContext
CodeActionContext is: ** * Contains additional diagnostic information about the context in which * a [code action](#CodeActionProvider.provideCodeAc
lsp/tsprotocol.go:2912
TypeAlias
CodeActionKind
CodeActionKind defines constants
lsp/tsprotocol.go:3201
Struct
CodeActionLiteralSupport
lsp/tsprotocol.go:3786
Struct
CodeActionOptions
CodeActionOptions is: ** * Code Action options. */
lsp/tsprotocol.go:1080
Struct
CodeActionParams
CodeActionParams is: ** * Params for the CodeActionRequest */
lsp/tsprotocol.go:1729
Struct
CodeActionRegistrationOptions
CodeActionRegistrationOptions is:
lsp/tsprotocol.go:1748
Struct
CodeLens
CodeLens is: ** * A code lens represents a [command](#Command) that should be shown along with * source text, like the number of references, a way t
lsp/tsprotocol.go:2981
Struct
CodeLensOptions
CodeLensOptions is: ** * Code Lens options. */
lsp/tsprotocol.go:1095
Struct
CodeLensParams
CodeLensParams is: ** * Params for the Code Lens request. */
lsp/tsprotocol.go:1757
Struct
CodeLensRegistrationOptions
CodeLensRegistrationOptions is: ** * Code Lens registration options. */
lsp/tsprotocol.go:1769
Struct
Col
col.go:17
Struct
Color
Color is: ** * Represents a color in RGBA space. */
lsp/tsprotocol.go:2066
Struct
ColorClientCapabilities
ColorClientCapabilities is:
lsp/tsprotocol.go:221
Struct
ColorInformation
ColorInformation is: ** * Represents a color range from a document. */
lsp/tsprotocol.go:2093
Struct
ColorPresentation
ColorPresentation is:
lsp/tsprotocol.go:2107
Struct
ColorPresentationParams
ColorPresentationParams is: ** * Parameters for a [ColorPresentationRequest](#ColorPresentationRequest). */
lsp/tsprotocol.go:272
Struct
ColorProviderOptions
ColorProviderOptions is:
lsp/tsprotocol.go:244
Struct
ColorScheme
config/color_schemes.go:8
Struct
ColorServerCapabilities
ColorServerCapabilities is:
lsp/tsprotocol.go:248
Struct
Cols
cols.go:10
Struct
Command
Command is: ** * Represents a reference to a command. Provides a title which * will be used to represent a command in the UI and, optionally, * an
lsp/tsprotocol.go:2203
Struct
CompiledCmd
exec.go:40
Struct
CompletionContext
CompletionContext is: ** * Contains additional information about the context in which a completion request is triggered. */
lsp/tsprotocol.go:1677
Struct
CompletionItem
CompletionItem is: ** * A completion item represents a text snippet that is * proposed to complete text that is being typed. */
lsp/tsprotocol.go:2526
TypeAlias
CompletionItemKind
CompletionItemKind defines constants
lsp/tsprotocol.go:3189
Struct
CompletionList
CompletionList is: ** * Represents a collection of [completion items](#CompletionItem) to be presented * in the editor. */
lsp/tsprotocol.go:2650
Struct
CompletionOptions
CompletionOptions is: ** * Completion options. */
lsp/tsprotocol.go:1035
Struct
CompletionParams
CompletionParams is: ** * Completion parameters */
lsp/tsprotocol.go:1695
Struct
CompletionRegistrationOptions
CompletionRegistrationOptions is: ** * Completion registration options. */
lsp/tsprotocol.go:1668
TypeAlias
CompletionTriggerKind
CompletionTriggerKind defines constants
lsp/tsprotocol.go:3177
Struct
Conf
iniparse/iniparse_test.go:15
Struct
ConfigurationClientCapabilities
ConfigurationClientCapabilities is:
lsp/tsprotocol.go:182
Struct
ConfigurationItem
ConfigurationItem is:
lsp/tsprotocol.go:197
Struct
ConfigurationParams
ConfigurationParams is: ** * The parameters of a configuration request. */
lsp/tsprotocol.go:214
Struct
CreateFile
CreateFile is: ** * Create file operation. */
lsp/tsprotocol.go:2286
Struct
CreateFileOptions
CreateFileOptions is: ** * Options to create a file. */
lsp/tsprotocol.go:2269
Struct
CustomP9Server
fs.go:241
Struct
DeclarationClientCapabilities
DeclarationClientCapabilities is:
lsp/tsprotocol.go:385
TypeAlias
DeclarationLink
DeclarationLink is a type ** * Information about where a symbol is declared. * * Provides additional metadata over normal [location](#Location) dec
lsp/tsprotocol.go:3769
Struct
DeclarationServerCapabilities
DeclarationServerCapabilities is:
lsp/tsprotocol.go:413
TypeAlias
DefinitionLink
DefinitionLink is a type ** * Information about where a symbol is defined. * * Provides additional metadata over normal [location](#Location) defin
lsp/tsprotocol.go:3757
Struct
DeleteAddrMsg
extra/win/win.go:47
Struct
DeleteFile
DeleteFile is: ** * Delete file operation */
lsp/tsprotocol.go:2371
Struct
DeleteFileOptions
DeleteFileOptions is: ** * Delete file options */
lsp/tsprotocol.go:2354
Struct
Diagnostic
Diagnostic is: ** * Represents a diagnostic, such as a compiler error or warning. Diagnostic objects * are only valid in the scope of a resource. *
lsp/tsprotocol.go:2154
Struct
DiagnosticRelatedInformation
DiagnosticRelatedInformation is: ** * Represents a related message and source code location for a diagnostic. This should be * used to point to code
lsp/tsprotocol.go:2136
TypeAlias
DiagnosticSeverity
DiagnosticSeverity defines constants
lsp/tsprotocol.go:3180
TypeAlias
DiagnosticTag
DiagnosticTag defines constants
lsp/tsprotocol.go:3183
Struct
DidChangeConfigurationParams
DidChangeConfigurationParams is: ** * The parameters of a change configuration notification. */
lsp/tsprotocol.go:1407
Struct
DidChangeConfigurationRegistrationOptions
DidChangeConfigurationRegistrationOptions is:
lsp/tsprotocol.go:1397
Struct
DidChangeTextDocumentParams
DidChangeTextDocumentParams is: ** * The change text document notification's parameters. */
lsp/tsprotocol.go:1493
Struct
DidChangeWatchedFilesParams
DidChangeWatchedFilesParams is: ** * The watched files change notification's parameters. */
lsp/tsprotocol.go:1583
Struct
DidChangeWatchedFilesRegistrationOptions
DidChangeWatchedFilesRegistrationOptions is: ** * Describe options to be used when registered for text document change events. */
lsp/tsprotocol.go:1612
Struct
DidChangeWorkspaceFoldersParams
DidChangeWorkspaceFoldersParams is: ** * The parameters of a `workspace/didChangeWorkspaceFolders` notification. */
lsp/tsprotocol.go:156
Struct
DidCloseTextDocumentParams
DidCloseTextDocumentParams is: ** * The parameters send in a close text document notification */
lsp/tsprotocol.go:1527
Struct
DidOpenTextDocumentParams
DidOpenTextDocumentParams is: ** * The parameters send in a open text document notification */
lsp/tsprotocol.go:1481
Struct
DidSaveTextDocumentParams
DidSaveTextDocumentParams is: ** * The parameters send in a save text document notification */
lsp/tsprotocol.go:1539
Struct
DocumentColorParams
DocumentColorParams is: ** * Parameters for a [DocumentColorRequest](#DocumentColorRequest). */
lsp/tsprotocol.go:260
Struct
DocumentFilter
DocumentFilter is a type ** * A document filter denotes a document by different properties like * the [language](#TextDocument.languageId), the [sch
lsp/tsprotocol.go:3730
Struct
DocumentFormattingParams
DocumentFormattingParams is:
lsp/tsprotocol.go:1775
Struct
DocumentHighlight
DocumentHighlight is: ** * A document highlight is a range inside a text document which deserves * special attention. Usually a document highlight i
lsp/tsprotocol.go:2777
TypeAlias
DocumentHighlightKind
DocumentHighlightKind defines constants
lsp/tsprotocol.go:3195
Struct
DocumentLink
DocumentLink is: ** * A document link is a range in a text document that links to an internal or external resource, like another * text document or
lsp/tsprotocol.go:3043
Struct
DocumentLinkOptions
DocumentLinkOptions is: ** * Document link options */
lsp/tsprotocol.go:1136
Struct
DocumentLinkParams
DocumentLinkParams is:
lsp/tsprotocol.go:1871
next →
1–100 of 337, ranked by callers