This is a migrated thread and some comments may be shown as answers.

Move Type To Another File

1 Answer 11 Views
Refactorings
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan
Top achievements
Rank 1
Ryan asked on 08 Sep 2015, 06:44 PM

 

Is this feature gone?  It is not working and easy to repro:

paste code into same .cs file, you get no such option:

 public class Parent 
    {
        public Parent()
        {
            
        }

    }

    public class Child : Parent
    {
        public Child(){}

    }

 

Telerik's own docs saying it should work , below ::: 

http://www.telerik.com/help/justcode/quick-fixes-move-type-to-another-file.html

 

The Move Type To Another File quick fix is available once Telerik JustCode has detected two types in one file or the name of the type is different from the name of the file​

1 Answer, 1 is accepted

Sort by
0
Svetlozar
Telerik team
answered on 11 Sep 2015, 03:11 PM
Hi,

Thank you for your feedback!

I would guess you are using Visual Studio 2015. We are currently in the process of reworking JustCode to step on Roslyn and that particular feature hasn't been implemented that, but we will do it soon, so please, stay tuned. 

You can find more information here - What’s Ahead for JustCode

Regards,
Svetlozar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Refactorings
Asked by
Ryan
Top achievements
Rank 1
Answers by
Svetlozar
Telerik team
Share this question
or