Expand description
Provides completions for the document.
Structs§
- Completion
Cursor - The struct describing how a completion worker views the editor’s cursor.
- Completion
Feat - Tinymist’s completion features.
- Completion
Worker - Autocomplete a cursor position in a source file.
Enums§
- Symbol
Completion Way - 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.