if (fileEditor == null) {
return;
}
StructureView structureView = new StructureViewComponent(fileEditor, viewModel, project, true);
FileStructurePopup popup = createStructureViewPopup(project, fileEditor, structureView);
popup.setTitle(psiFile.getName());
popup.show();
}