The closest available in QtCreator is Add Definition to *cpp . Let's say you have a void paintEvent(QPaintEvent* e) declaration void paintEvent(QPaintEvent* e) in the header file, than if you select a function and you see a context menu under Refactor , there is an Add Definition to cpp option
source share