Class: Rucoa::Handlers::TextDocumentCodeActionHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/rucoa/handlers/text_document_code_action_handler.rb

Defined Under Namespace

Classes: DiagnosticToCodeActionMapper

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Rucoa::Handlers::Base

Instance Method Details

#callObject



6
7
8
9
10
# File 'lib/rucoa/handlers/text_document_code_action_handler.rb', line 6

def call
  return unless diagnostics

  respond(code_actions)
end