Class: PlatformosCheck::LanguageServer::IncludeFormDocumentLinkProvider

Inherits:
DocumentLinkProvider show all
Defined in:
lib/platformos_check/language_server/document_link_providers/include_form_document_link_provider.rb

Constant Summary

Constants included from RegexHelpers

RegexHelpers::HTML_LIQUID_PLACEHOLDER, RegexHelpers::LIQUID_TAG, RegexHelpers::LIQUID_TAG_OR_VARIABLE, RegexHelpers::LIQUID_VARIABLE, RegexHelpers::START_OR_END_QUOTE

Method Summary

Methods inherited from DocumentLinkProvider

all, #app_file_type, #default_dir, #default_extension, #default_relative_path, #document_links, #end_coordinates, #file_link, inherited, #initialize, #partial_regexp, #start_coordinates, #translation_components_for_match, #translation_file_link, #yaml

Methods included from URIHelper

#file_path, #file_uri

Methods included from PositionHelper

#bounded, #from_index_to_row_column, #from_row_column_to_index

Methods included from RegexHelpers

#matches

Constructor Details

This class inherits a constructor from PlatformosCheck::LanguageServer::DocumentLinkProvider