int offset = _offset;
TypeCache typeCache = WodParserCache.getTypeCache();
IDocument document = viewer.getDocument();
IEditorInput input = _editor.getEditorInput();
if (input instanceof IPathEditorInput) {
IPathEditorInput pathInput = (IPathEditorInput) input;
IPath path = pathInput.getPath();
IFile wodFile = ResourcesPlugin.getWorkspace().getRoot().getFileForLocation(path);
IProject project = wodFile.getProject();
IJavaProject javaProject = JavaCore.create(project);
// Without an underlying model, we have to rescan the line to