class RubyLsp::Requests::Hover

The hover request displays the documentation for the symbol currently under the cursor.

Example

String # -> Hovering over the class reference will show all declaration locations and the documentation

Constants

>ResponseType

Public Class Methods

new(document, global_state, position, dispatcher, typechecker_enabled)

Calls superclass method

provider()

Public Instance Methods

perform()