You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Second screenshot: Just after I pressed Tab, no suggestion was inserted
Steps To Reproduce
Have a parent class with virtual method and a child class, that extends parent
In child class, type "override" and wait for suggestions window to pop up
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
The text was updated successfully, but these errors were encountered:
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
Second screenshot: Just after I pressed Tab, no suggestion was inserted
Steps To Reproduce
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
The text was updated successfully, but these errors were encountered: