kekdev Hey there! Do you have any plans to add more refactor features? I have to refactor a lot of legacy code and it's most missing actions
JakubMisek kekdev Thank you for the suggestion. We're preparing more actions, but with no estimated time yet. Extract function/method is one of them. Do you any any more suggested actions, you'd like to use?
kekdev JakubMisek Yeah, I have some ;) remove unused variable/function parameter extract to local variable extract to class constant/property extract to method parameter extract interface inline variable/function/method pull up methods and fields to parent class suggest to implement method when trying to call unknown add missing return type add types to function params and return from docblock