Hover Class

Definition

Class representing the data returned by a textDocument/hover request.

See the Language Server Protocol specification for additional information.

public ref class Hover
[System.Runtime.Serialization.DataContract]
public class Hover
[<System.Runtime.Serialization.DataContract>]
type Hover = class
Public Class Hover
Inheritance
Hover
Attributes

Constructors

Hover()

Properties

Contents

Gets or sets the content for the hover. Object can either be an array or a single object. If the object is an array the array can contain objects of type MarkedString and String. If the object is not an array it can be of type MarkedString, String, or MarkupContent.

Range

Gets or sets the range over which the hover applies.

Applies to