getCompletionContributors abstract method
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);