Is there a plugin adding refatoring tools to the IDE?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rafeu
:warning: Old Version Published before Godot 3 was released.

I realized that there is no method extraction or anything refactor related in the IDE.

not at the moment.

Jatz | 2016-12-01 09:39

easiest way to do this at the moment is, ctrl+R

make sure the “whole words” box is checked.

then type in “func function_name” in the find box and “func renamed_function_name” in the replace box

then in the find box “function_name(” and “renamed_function_name(”

Jatz | 2016-12-01 09:59