return new ResolveDocViewOperation(getSemanticManager(), filePath, offset).perform();
}
public CompletionSearchResult doCodeCompletion(Path filePath, int offset, Path compilerPath)
throws ExecutionException {
return new CodeCompletionOperation(getSemanticManager()).doCodeCompletion(filePath, offset, compilerPath);
}