class RubyLsp::Requests::CodeLens

The code lens request informs the editor of runnable commands such as testing and debugging

Example

# Run | Run in Terminal | Debug
class Test < Minitest::Test
end

Public Class Methods

new(global_state, uri, dispatcher)

Calls superclass method

provider()

Public Instance Methods

perform()