Expand description
Capabilities for Typst IDE support.
Structs§
- An autocompletion option.
- A definition of some item.
Enums§
- A kind of item that can be completed.
- A kind of item that is definition.
- Classes of expressions that can be operated on by IDE functionality.
- Where to jump to.
- An item that is named.
- A hover tooltip.
Functions§
- Try to determine a set of possible values for an expression.
- Try to load a module from the current source file.
- Find all labels and details for them.
- Autocomplete a cursor position in a source file.
- Find the definition of the item under the cursor.
- Categorize an expression into common classes IDE functionality can operate on.
- Determine where to jump to based on a click in a frame.
- Find the output location in the document for a cursor position.
- Find the named items starting from the given position.
- Describe the item under the cursor.