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§
- Hover
Request - Request payload for hover operation
- Hover
Response - Response from hover operation
- Position
- Position in a document (LSP-compatible)
- Range
- A range in a document
Enums§
- Hover
Content - Represents the content of a hover result