Contact us Start a Trial

Inlay hints

Similar to Code Lenses, inlay hints provide you with useful shortcuts right inside the editor. While Code Lenses take up a separate line, inlay hints are displayed inline. Inlay hints are provided at the end of a transition. You can use it to navigate between the states in a state machine by Ctrl+Clicking the ➚ arrow or hovering over it and clicking Execute Command.

Inlay hints let you jump to states in a transition

This inlay hint can be toggled on or off by changing the sigasi.editor.inlayHints.jumpToState setting, or all inlay hints can be toggled via the editor.inlayHints.enabled setting.