class RubyLsp::Rails::Hover

Augment hover with information about a model.

Example

User.all
# ^ hovering here will show information about the User model

Public Class Methods

new(client, response_builder, nesting, global_state, dispatcher)

Public Instance Methods

on_call_node_enter(node)

on_constant_path_node_enter(node)

on_constant_read_node_enter(node)