Class FilenameCompletionProvider

FilenameCompletionProvider provides completions to the include<> and use<> statements.

Implements

Constructors

Properties

exclusive: boolean = true

When set to true it means that no other completion source should activate when this one activates,

textOnly: boolean = true

WHen set to true it means that this Completion source can work without an AST, for example when the file is syntactically invalid.

Methods

  • Obtains the part of the included path the user has already entered

    Parameters

    Returns null | string

    the part of the included path the user has already entered