class RubyLsp::Cell::CodeLens
def create_go_to_file_code_lens(node, name, uri)
def create_go_to_file_code_lens(node, name, uri) @response_builder << create_code_lens( node, title: "Go to #{name}", command_name: "rubyLsp.openFile", arguments: [[uri]], data: { type: "file" }, ) end