Skip to content

Hover Plugin

Help query: "What does the hover plugin do?" / "How do I use hover in Volt?"

The hover plugin shows a cursor-anchored hover overlay. Providers are ordered (LSP, signature help, diagnostics, calculator, …). You can toggle/focus the overlay and move between hover entries.

Package namehover
Moduleuser/hover.rs

What it does

  • Toggle and focus the hover overlay
  • Cycle hover provider results
  • Surface LSP / diagnostics / calculator hover content

Commands

CommandDescription
hover.toggleToggles the hover overlay.
hover.focusFocuses the hover overlay.
hover.nextShows the next hover entry.
hover.previousShows the previous hover entry.

Keybindings

ChordCommandScope
Ctrl+nhover.nextHover (Normal)
Ctrl+phover.previousHover (Normal)

Notes

A K toggle chord constant exists in source; confirm whether it is bound in your build's package() keybindings.

Volt — modal editor platform · docs optimized for in-editor help search