Crate typst_ide

source
Expand description

Capabilities for Typst IDE support.

Structs§

Enums§

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.