-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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 removes ending " for html tag attribute value #198793
Comments
The built-in HTML extension does have completions for classes. Maybe this is added by an extension? Can you file the issue there? |
@aeschli Thanks - I will do that. Can you perhaps provide me the (github) link. Looks like it's not listed in the VS Code plugin section... |
From the list of your extension my guess it is the |
@aeschli Thanks - somehow I seem to have tomatoes in my eyes, because I don't see this etension im my list either. This is the effect I am talking about: And these are (all) my extensions: |
From your screenshot I can see that you have only textual proposals. They come from VS Code (no extension needed). I tested these, and they don't overwrite the quote. |
@aeschli To be frank, it took me a while (and some nerves 😅) to reproduce it while capturing it, it usually doesn't occur in the very first attempt. But I finally got it on video. Perhaps it's a timing issue. See attached video (1:15 is where the issue occurs after a few trials). Code_gBNvDjchQC.mp4 |
Yes, interesting, looks like some timing issue. Assigning to @jrieken given it's a textual proposal. |
Type: Bug
When you have a
<div class="" x-text="...">
and you begin typing a classname and select a suggested class (e.g. "test"), the ending " of the class attribute will get omitted. The tag then looks like this:<div class="test x-text="...">
.Misteriously, this does not always happen but sometimes. Did not figure out the trigger for this issue yet. I assume it has something to do with the non-standard html attribute.
VS Code version: Code 1.84.2 (1a5daa3, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.19045
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (10)
(1 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: