Module completion

Source
Expand description

Provides completions for the document.

Structs§

CompletionCursor
The struct describing how a completion worker views the editor’s cursor.
CompletionFeat
Tinymist’s completion features.
CompletionWorker
Autocomplete a cursor position in a source file.

Enums§

SymbolCompletionWay
Whether to make symbol completion stepless. For example, $ar|$ will be completed to $arrow.r$. Hint: Restarting the editor is required to change this setting.

Functions§

symbol_detail
If is printable, return the symbol itself. Otherwise, return the symbol’s unicode detailed description.
symbol_label_detail
If is printable, return the symbol itself. Otherwise, return the symbol’s unicode description.