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

Remove and Import Namespace Declaration

1 Answer 70 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.
Parker
Top achievements
Rank 1
Parker asked on 11 Nov 2010, 11:37 PM
Is there anyway to remove and import a namespace declaration using JustCode? For example, transform the following C#:
    System.Guid id = System.Guid.NewGuid();

into:
    using System;
    Guid id = Guid.NewGuid();

1 Answer, 1 is accepted

Sort by
0
Svetlozar
Telerik team
answered on 18 Nov 2010, 12:48 PM
Hello Parker,

Currently there is no way to do that with JustCode, but I will take that as a suggestion. I created an item for that in our Public Issue Tracking System. You should be able to monitor its progress and grab a build once it is implemented. Thank you for the nice suggestion.

Kind regards,
Svetlozar Angelov
the Telerik team
See What's New in JustCode in Q3 2010 on Thursday, November 18, 2010 11:00 AM - 12:00 PM EST: Register here>>
Tags
Refactorings
Asked by
Parker
Top achievements
Rank 1
Answers by
Svetlozar
Telerik team
Share this question
or