getAssistContributors abstract method
Return a list containing the assist contributors that should be used to
create assists for the file with the given path
.
Implementation
List<AssistContributor> getAssistContributors(String path);
Return a list containing the assist contributors that should be used to
create assists for the file with the given path
.
List<AssistContributor> getAssistContributors(String path);