views:

37

answers:

1

I'm doing some housekeeping on some files, and I need to move some classes to a new namespace. Currently I have to manually edit the files, but I was wondering if there's a more efficient way of doing this?

I heard about ReSharper for Visual Studio does what I need, but is there a similar tool for Eclipse?

A: 

I'm not really sure if Eclipse does that but IntelliJ IDEA (from the same vendor as ReSharper) does have a refactoring to move classes between packages. It is available from Refactor > Migrate menu if I remember correctly.

gorohoroh
Does it support C\C++?
Bei337
Ah, my fault. For some reason I thought the question was related to Java. Just as a note, IntelliJ has a C/C++ support plugin (http://plugins.intellij.net/plugin/?id=1373) but it's nowhere near the core product's Java functionality. Sorry for the confusion and please disregard the answer.
gorohoroh