getCompletionContributors abstract method

List<CompletionContributor> getCompletionContributors(
  1. String path
)

Return a list containing the completion contributors that should be used to create completion suggestions for the file with the given path.

Implementation

List<CompletionContributor> getCompletionContributors(String path);