Class: PlatformosCheck::LanguageServer::FunctionPartialCompletionProvider

Inherits:
CompletionProvider
  • Object
show all
Includes:
PartialCompletionProvider
Defined in:
lib/platformos_check/language_server/completion_providers/function_partial_completion_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

Constants included from CompletionHelper

CompletionHelper::WORD

Instance Attribute Summary

Attributes inherited from CompletionProvider

#storage

Method Summary

Methods included from PartialCompletionProvider

#completions

Methods inherited from CompletionProvider

all, #completions, #doc_hash, #format_hash, inherited, #initialize

Methods included from RegexHelpers

#matches

Methods included from CompletionHelper

#cursor_on_first_word?, #cursor_on_start_content?, #first_word

Constructor Details

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