class RubyLsp::Rails::DocumentSymbol

The document symbol request allows users to navigate between associations, validations, callbacks and ActiveSupport test cases with VS Code’s “Go to Symbol” feature.

Public Class Methods

new(response_builder, dispatcher)

Public Instance Methods

on_call_node_enter(node)

on_class_node_enter(node)

on_class_node_leave(node)

on_module_node_enter(node)

on_module_node_leave(node)