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

Lightbulb menu invoked between type members should offer to implement missing members #53848

Open
drewnoakes opened this issue Jun 3, 2021 · 0 comments

Comments

@drewnoakes
Copy link
Member

If a type does not provide all interface members or abstract members, then it should be possible to position the caret where you want them to be inserted, invoke the lightbulb, and generate them at that point.

image

One way to achieve this would be to add missing members to the 'Generate overrides' dialog:

image

The currently approach is to navigate to the interface/base class (where the error is displayed) and invoke the lightbulb there. The members are then generated somewhere else, and you have to move them to where you want them.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 3, 2021
@jinujoseph jinujoseph removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 16, 2021
@jinujoseph jinujoseph added this to the Backlog milestone Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants