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] Autocomplete doesn't insert suggestion when overriding parent methods #334

Closed
RokkoEffe opened this issue Aug 5, 2023 · 1 comment
Labels
area-roslyn bug Something isn't working
Milestone

Comments

@RokkoEffe
Copy link

Describe the Issue

I am trying to accept suggestion for overriding parent method, but right after I press Tab or Enter, suggestion windows just disappears and no suggestion is inserted. All other types of suggestions are working - the problem is only with overriding methods.

First screenshot: I typed "override" and then suggestion window pops up. I scroll to "SomeMethod()", which I want to be autocompleted
image

Second screenshot: Just after I pressed Tab, no suggestion was inserted
image

Steps To Reproduce

  1. Have a parent class with virtual method and a child class, that extends parent
  2. In child class, type "override" and wait for suggestions window to pop up
  3. Select method from parent class and press "Tab" or any button used to accept suggestions

Expected Behavior

Suggestion is inserted, as it works with any other type of suggestions

Environment Information

  • OS: Windows 11

  • VSCode version: 1.81.0

  • C# devkit extension: 0.4.2

  • Unity VSCode extension: 0.9.0

  • Unity Visual Studio Editor package: 2.0.20

@RokkoEffe RokkoEffe added the bug Something isn't working label Aug 5, 2023
@microsoft-issue-labeler microsoft-issue-labeler bot added the area-project Project load, Solution Explorer label Aug 5, 2023
@tmeschter tmeschter added area-roslyn and removed area-project Project load, Solution Explorer labels Aug 15, 2023
@arunchndr
Copy link
Member

Tracked at dotnet/vscode-csharp#6011

@webreidi webreidi added this to the GA milestone Aug 16, 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

4 participants