Skip to main content

Module Interface

Module Interface 

Source
Expand description

§Hover Interface

Defines types and traits for hover functionality.

§Responsibilities

  • Position and range types for document navigation
  • Hover request/response DTOs
  • Language-agnostic hover content definitions

§Architectural Role

This module is part of the Command layer, providing type definitions for the Hover language feature command.

Structs§

HoverRequest
Request payload for hover operation
HoverResponse
Response from hover operation
Position
Position in a document (LSP-compatible)
Range
A range in a document

Enums§

HoverContent
Represents the content of a hover result