Go to Definition
Tombi supports go to definition.
Go to JSON Schema
In TOML files with an applied JSON Schema, 'Go to Type Definition' jumps to the TOML file where the JSON Schema is defined.


Go to Workspace of Cargo.toml / pyproject.toml
Tombi provides enhanced go to definition features for Rust and Python projects:
- For Rust projects using Cargo, see tombi-extension-cargo for details about go to definition in
Cargo.tomlfiles. - For Python projects using uv, see tombi-extension-uv for details about go to definition in
pyproject.tomlfiles.