class TypeProf::LSP::Message::TextDocument::TypeDefinition

Constants

METHOD

Public Instance Methods

run() click to toggle source
# File typeprof-0.21.2/lib/typeprof/lsp.rb, line 627
def run
  respond(nil)
  # jump example
  #respond(
  #  uri: "file:///path/to/typeprof/vscode/sandbox/test.rbs",
  #  range: {
  #    start: { line: 1, character: 4 },
  #    end: { line: 1, character: 7 },
  #  },
  #)
end