Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for 'extract base class' #1969

Merged
merged 5 commits into from
Oct 6, 2020

Conversation

filipw
Copy link
Member

@filipw filipw commented Oct 2, 2020

This is a new feature in Roslyn, just added this August.

It doesn't light up for us because it requires UI option interaction. This PR adds some reasonable defaults and a dispatch proxy to implement the internal interface - following similar model to what we have in e.g. extract interface already.

extractclass

Note that the name of the refactoring will change when we pull in new Roslyn build. It's currently Pull member(s) up to new base class... but in the new build it's already renamed to Extract base class...

@filipw filipw changed the title Added support for 'extract class' Added support for 'extract base class' Oct 2, 2020
{
}";

// TODO: this refactoring was renamed to 'Extract base class...' in latest Roslyn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for documenting this!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the next lucky winner that updates Roslyn 😀

@filipw filipw merged commit d51bdea into OmniSharp:master Oct 6, 2020
@filipw filipw deleted the feature/extract-class branch October 6, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants