replaceRange.getLength() + 1);
}
CompletionRequestor requestor = arrayContext.getCompletionRequestor();
String prefix = arrayContext.getPrefix();
ModuleDeclaration moduleDeclaration = SourceParserUtil
.getModuleDeclaration(arrayContext.getSourceModule());
try {
ArrayKeyFinder finder = new ArrayKeyFinder(prefix,
arrayContext.getOffset());
moduleDeclaration.traverse(finder);
Set<String> names = finder.getNames();
int extraObject = ProposalExtraInfo.DEFAULT;
if (!arrayContext.hasQuotes()) {
extraObject |= ProposalExtraInfo.ADD_QUOTES;
}