Method: LanguageServer::Protocol::Interface::SelectionRangeParams#text_document
- Defined in:
- lib/language_server/protocol/interface/selection_range_params.rb
#text_document ⇒ TextDocumentIdentifier
The text document.
37 38 39 |
# File 'lib/language_server/protocol/interface/selection_range_params.rb', line 37 def text_document attributes.fetch(:textDocument) end |