php strom code refatoring extract Method should be place at botton
hi i love using Refactor This in phpstrom is the one annoying thing It do it places the method it the top of the class and i want in the bottom plus i want the method to be protected and not public by default and i don't like manually change that it the same time
thnx
Please sign in to leave a comment.
Hi,
Here is a ticket for the new method position:
https://youtrack.jetbrains.com/issue/WI-19459/Extract-method-The-option-to-put-extracted-method-in-the-end-of-the-class-or-just-after-the-method-where-the-lines-were
As for the default visibility, correct me if I am wrong but does not IDE remember the last used option?