Eclipse vs Netbeans
I think that now I know why I prefer Eclipse. Just to start, if I create a new Java class, with Eclipse, I can specify:
- which class it inherits
- which interfaces it implements
Why aren’t those simple tasks available with Netbeans?
Only thing that I “prefer” in Netbeans compared to Eclipse, is that I can checkout a project before actually creating the project (especially considering that project informations or ant build files or the directory tree might not be available otherwise). But I create more than one class per project, so…