-
Notifications
You must be signed in to change notification settings - Fork 680
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
auto-complete is terrible #7592
Comments
@alexezh would you be able to provide a gif of the behavior you're seeing? There could be multiple extensions involved depending on where the auto complete is coming from |
I have a small C# file with a function indented at 2 tabs. I have an empty
line in the middle of the class; and I want to type a comment. VS shows
some random suggestion next to IP. If I type tab, suggestion is accepted
and this is not what I want. So I click Esc, Tab. VS idents IP and
immediately shows the same suggestion. I have to recognize this and do
Esc/Tab again.
Is there a way to disable suggestions until I actually start typing? The
current complete logic is not good at guessing without input, so I would
rather not spend time clicking Esc over and over.
…On Tue, Sep 24, 2024 at 10:45 AM David Barbet ***@***.***> wrote:
@alexezh <https://github.com/alexezh> would you be able to provide a gif
of the behavior you're seeing? There could be multiple extensions involved
depending on where the auto complete is coming from
—
Reply to this email directly, view it on GitHub
<#7592 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAX5T3QFKK3S6IWVPFYBORLZYGQKVAVCNFSM6AAAAABOU2YHCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRHEZDKMZSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@alexezh generally completion from the C# extension shouldn't be active until you start typing. I'm wondering if there is some other extension providing completions. Would you mind sharing either a gif or a screenshot of the suggestion? And what extensions you have installed? |
It happens all the time now. Here I moved to new line. If I were to press |
The entire issue is coming from "IntelliCode for C# Dev Kit" extension. It is really bad, making the editor totally unusable - every attempt at indentation with tabs spills out some bogus suggestion. Below is a small excerpt from the log - suddenly, the escape is my most pressed button. The obvious solution is to disable the extension for now.
|
@oakad thanks - you should be able to disable or uninstall the intellicode extension if it's causing issues (C#/DevKit do not require it in order to function). Issues with that extension would be tracked here - https://github.com/MicrosoftDocs/intellicode/issues |
It was kind of tricky to locate the correct GitHub project for intellicode extension. :-) |
Agreed 😆 - easiest way I've found is the issues link on the marketplace page |
Type: Bug
auto-complete is annoying. Empty line, I want to add two tabs. Complete suggests some wrong code. Click esc, tab. It suggests the same again. Another esc..
Extension version: 2.45.25
VS Code version: Code 1.93.0 (Universal) (4849ca9bdf9666755eb463db297b69e5385090e3, 2024-09-04T13:02:38.431Z)
OS version: Darwin arm64 23.6.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: