123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::LSP::Message::TextDocument::TypeDefinition

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: TypeProf::LSP::Message
Defined in: lib/typeprof/lsp.rb

Constant Summary

::TypeProf::LSP::Message - Inherited

Classes, Table

Class Method Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from TypeProf::LSP::Message

Instance Method Details

#run

[ GitHub ]

  
# File 'lib/typeprof/lsp.rb', line 632

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