}
// @TODO: check is last array line on contains eol and indent and move above this line
document.insertString(goToPsi.getYamlKeyValue().getTextRange().getEndOffset(), insertString);
manager.doPostponedOperationsAndUnblockDocument(document);
manager.commitDocument(document);
// navigate to new psi element
// @TODO: jump into quote value
manager.commitAndRunReadAction(new Runnable() {