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

[BUG] Cannot accept override suggestion #434

Closed
NamelessPerson opened this issue Aug 24, 2023 · 0 comments
Closed

[BUG] Cannot accept override suggestion #434

NamelessPerson opened this issue Aug 24, 2023 · 0 comments
Labels
area-roslyn bug Something isn't working

Comments

@NamelessPerson
Copy link

Describe the Issue

When typing "override" in a class, suggestions for methods to override appear but after accepting them, the code does not appear.

Steps To Reproduce

On windows with unity project with C# Dev Kit enabled.
Inside class that inherits from another class with an overideable method
Type "override"
Get suggestions for overideable methods
Accept suggestion

Expected Behavior

Accepted suggested fills in code

Environment Information

  • Windows
  • C# Dev Kit v0.4.6
  • Behavior does not change whether or not Unity or IntelliCode for C# pacakges are installed
@NamelessPerson NamelessPerson added the bug Something isn't working label Aug 24, 2023
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-project Project load, Solution Explorer label Aug 24, 2023
@tmeschter tmeschter added area-roslyn and removed area-project Project load, Solution Explorer labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-roslyn bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants