-
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
Override completion broken #6011
Comments
понабирали ?%?(% по объявлению дебилов в команду разработки... походу нужно какой-то другой IDE искать... |
@vladkor-alt Try this #6016 (comment) |
@genlu appears to be an override completion |
I believe clicking on the override-completion item is a known issue with VSCode, though I couldn't find the bug you filed before @dibarbet But tab/enter should work. I tried this locally with VSCode 1.81 and C# extension 2.0.320 (w/o devkit) and it works as expected. Could you try repro this issue and share the related log with me? i.e. search for "completionItem/resolve" in the "C# LSP Trace Logs" tab of the output window. Something like
Also make sure logging is set to Trace |
Not sure who the request was directed at but in case it helps: |
Facing the same issue yesterday, it happens with XML comments suggestions as well. I've just updated to 1.81.1 and it works fine now. Don't know why. |
There was a change in VSCode May release (I think 1.79?) that caused the problem with override and XML comment completion (see this issue for more details.) That change was reverted in June so the latest VSCode should work as expected. Could anyone who still experiences this issue try upgrade VSCode (and C# extension too) and see if it persist? Thanks! |
I'm on latest vscode (1.81) and still experiencing the override auto completion issue. I believe it's different from the XML one because I only had this problem after switching to the new c# extension (2.0+). The old extension with Roslyn analyzer was able to auto complete overrides as expected. |
I might be wrong but I think this ticket (closed by you btw) provides a way to reproduce the issue. |
I'm having the same issue too. I tried to disable C# Dev Kit and set the option |
Note - the fix has been merged, but we have not been able to release a version of the extension to the marketplace with the fix. We're hitting some other bugs that are delaying the release. The current plan is to release next week. |
We just released If you're still facing issues after upgrading, please open a new issue. Thanks! |
No errors in vscode output but autocomplete broken again.
C# exntetion v2.0.320 for vscode 1.80.2. Using dotnet 7.0.306.
Doesnt matter if you press Tab, Click it in the list, or press enter or space, notthing happens:
The text was updated successfully, but these errors were encountered: