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

IntelliSense should provide completions from the base class for the new keyword #15207

Closed
SLaks opened this issue Nov 13, 2016 · 2 comments
Closed

Comments

@SLaks
Copy link
Contributor

SLaks commented Nov 13, 2016

If I type new in a class-level declaration, can you please show every accessible member from the base class?

Like override, new is only valid as a modifier when hiding a base member.
You should offer completions for hidable (all) base members just like you do for override.

@Pilchie
Copy link
Member

Pilchie commented Nov 15, 2016

Great idea.

@Pilchie Pilchie added this to the Unknown milestone Nov 15, 2016
@CyrusNajmabadi
Copy link
Member

Unlikely to change anything here given lack of customer feedback on these scenarios.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2024
@dotnet dotnet locked as resolved and limited conversation to collaborators Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants