Open
Description
So far, we only have one refactoring command in the CE. This is why no CodeExplorerRefactoringCommandBase
has been introduced so far, in analogy to the other ones for refactorings. Since we will soon have another refactoring command in the CE, we should add that base class.
Unfortunately, this will not be able th inherit from RefactoringCommandBase
because it already has to inherit from CideExplorerCommandBase
.