* @return configured instance of Dart autocompleter
*/
public static CodeGraphAutocompleter create(
CubeClient cubeClient, LimitedContextFilePrefixIndex contextFilePrefixIndex) {
return new CodeGraphAutocompleter(SyntaxType.DART, new DartProposalBuilder(), cubeClient,
contextFilePrefixIndex, new ExplicitAutocompleter());
}