appContext.getFrontendApi().GET_CODE_GRAPH);
CubeClient cubeClient = cubeClientWrapper.getCubeClient();
AutocompleterFacade autocompleter = AutocompleterFacade.create(
editor, cubeClient, appContext.getResources());
GoToDefinitionHandler goToDefinition = new GoToDefinitionHandler(currentPlace,
editor,
fileTreeModel,
appContext.getResources(),
cubeClient,
editorPopupController);