class RubyLsp::Requests::CodeActions

The code actions request informs the editor of RuboCop quick fixes that can be applied. These are accessible by hovering over a specific diagnostic.

Example

def say_hello
puts "Hello" # --> code action: quick fix indentation
end

Public Class Methods

new(document, range, context)

Calls superclass method

provider()

Public Instance Methods

perform()