-
Notifications
You must be signed in to change notification settings - Fork 676
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
Autocomplete not working when overriding methods #6076
Comments
Duplicate of #6011 |
how could you mark an issue as duplicate of itself? |
Having this issue with latest vscode. Why it's closed as duplicate and pointing to self? |
This is a big pain and breaks coding flow. Please re-open. You have marked this as a duplicate of itself. It's a real problem. @dibarbet |
@dibarbet You marked this as a duplicate of itself. This is a big problem for workflow. Please re-open! |
Maybe this was meant to be closed as a dup of #5801? Related on Stack Overflow: C# suggestions are replacing subsequent text in VS Code. Why? |
These are quite different, #5801 is auto complete trampling text, this one is auto complete simply not adding the snippet. #5801 is fixed already too, thankfully, it used to drive me crazy! |
#6011 is the main issue. We have various fixes merged that will be in the next release (hopefully this week). |
Steps to reproduce
Expected behavior
It should automatically create a method override, like:
public override void Boo()
{
base.Boo();
}
Actual behavior
Pressing enter just closes the autocomplete, see this gif: https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMnI0ZTEwMWlkM3d5Zmtoazc4Nm1rYnJkYXl5emNiMDZ0czJ5NzZtcCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3frOGK6gewcLw6sqoA/giphy.gif
Additional context
Started after the last update to the c# extension, it works fine if I disable the c# dev kit and change the settings to "Use Omnisharp"
The text was updated successfully, but these errors were encountered: