appContext.getResources(), editor);
// TODO: clean this up when things stabilize.
CubeClientWrapper cubeClientWrapper = new CubeClientWrapper(
appContext.getFrontendApi().GET_CODE_GRAPH);
CubeClient cubeClient = cubeClientWrapper.getCubeClient();
AutocompleterFacade autocompleter = AutocompleterFacade.create(
editor, cubeClient, appContext.getResources());
GoToDefinitionHandler goToDefinition = new GoToDefinitionHandler(currentPlace,
editor,