Method: LanguageServer::Protocol::Interface::LocationLink#origin_selection_range

Defined in:
lib/language_server/protocol/interface/location_link.rb

#origin_selection_rangeRange

Span of the origin of this link.

Used as the underlined span for mouse interaction. Defaults to the word range at the mouse position.

Returns:



23
24
25
# File 'lib/language_server/protocol/interface/location_link.rb', line 23

def origin_selection_range
  attributes.fetch(:originSelectionRange)
end