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

Renaming virtuals should rename all overrides as well #263

Open
cAttte opened this issue Nov 28, 2023 · 0 comments
Open

Renaming virtuals should rename all overrides as well #263

cAttte opened this issue Nov 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cAttte
Copy link

cAttte commented Nov 28, 2023

Problem Description

When renaming virtual and abstract methods with the Edit method... menu, all overrides in sub-classes keep the old name and must be renamed individually (e.g. beforehand, through the Overridden By menu).

Proposal

It would be cool if the interface automagically renamed all overrides for consistency.

Edit: It might make more sense to edit all non-private sub-type members instead.

Additional Context

I'm browsing a (de-)obfuscated assembly with non-descriptive symbols, which I want to rename for easier reading. I'm assuming this is simply a missing feature, but in the strange case this is a bug I will try to provide an MRE.

@cAttte cAttte added the enhancement New feature or request label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant