I actually had to download and try it, to remember the specifics. For this example I just opened up a PHP project.
With refactoring specifically: Komodo supports just "rename class member" and "rename variable" (and "Extract method..." which was constantly unavailable for me).
IntelliJ IDE's support simple renames of members/variables, but more importantly, push/pulling members up/down in a class hierarchy, changing method signatures, moving entire classes into different namespaces.
On top of this, it's little things e.g. the Komodo codeintel doesn't auto-suggest class names if they aren't already imported - you have to import the class (using "use"), and then you can go use it. This is exactly the kind of thing an IDE is supposed to improve - manual steps that can absolutely be automated.
Comments
I want to be able to use Komodo (I have a license from many years ago)- it feels closer to native than IDEA (Jetbrains) based IDEs.
The problem is "advanced" functionality like refactoring/renaming/moving/changing method signatures.
I'll give this a try again.. Maybe it's good enough now, to jump back?
What is the problem with those for you? Komodo supports refactoring.
I actually had to download and try it, to remember the specifics. For this example I just opened up a PHP project.
With refactoring specifically: Komodo supports just "rename class member" and "rename variable" (and "Extract method..." which was constantly unavailable for me).
IntelliJ IDE's support simple renames of members/variables, but more importantly, push/pulling members up/down in a class hierarchy, changing method signatures, moving entire classes into different namespaces.
On top of this, it's little things e.g. the Komodo codeintel doesn't auto-suggest class names if they aren't already imported - you have to import the class (using "use"), and then you can go use it. This is exactly the kind of thing an IDE is supposed to improve - manual steps that can absolutely be automated.
Those are all very good points :) Please consider sharing your ideas on our bug tracker: https://github.com/Komodo/KomodoEdit/issues