microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.19k stars 28.84k forks source link

Html suggesttion doesnt work #190454

Closed Amdjed1108 closed 1 year ago

Amdjed1108 commented 1 year ago

Type: Bug

when pressing ctrl+space suggestion should show, it works in css, js files but in html it doesn't, it shows three things:

region

endregion

HTML sample

i tried everything that may cause the problem but still nothing worked.

i installed a defective extension called html snippet by Muhamed Abusaid, i think it did the problem

VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:22:42.175Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz (6 x 3000)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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| |Load (avg)|undefined| |Memory (System)|7.90GB (1.80GB free)| |Process Argv|--crash-reporter-id 10189e64-d8cc-46be-98e7-2f76aecc2248| |Screen Reader|no| |VM|0%|
Extensions (21) Extension|Author (truncated)|Version ---|---|--- npm-intellisense|chr|1.4.4 path-intellisense|chr|2.8.4 postcss|css|1.0.9 es7-react-js-snippets|dsz|4.4.3 vscode-html-css|ecm|1.13.1 prettier-vscode|esb|10.1.0 restore-terminals|Eth|1.1.8 code-runner|for|0.12.0 rest-client|hum|0.25.1 remote-ssh|ms-|0.102.0 remote-ssh-edit|ms-|0.86.0 remote-explorer|ms-|0.4.1 vscode-versionlens|pfl|1.5.0 LiveServer|rit|5.7.9 vscode-field-lights|sve|0.0.11 tabnine-vscode|Tab|3.7.0 intellicode-api-usage-examples|Vis|0.2.7 vscodeintellicode|Vis|1.2.30 vscode-postcss|vun|2.0.2 quokka-vscode|Wal|1.0.555 JavaScriptSnippets|xab|1.8.0 (1 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30803844 3biah626:30602489 f6dab269:30613381 2i9eh265:30646982 showlangstatbar:30737416 03d35959:30757346 pythonfmttext:30731395 pythoncmvfstrcf:30756944 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 gsofb:30804716 pythonnosmt12:30797651 pythonidxpt:30805730 pythonnoceb:30805159 dsvsc013:30795093 dsvsc014:30804076 diffeditorv1:30812748 ```
aeschli commented 1 year ago

i think it did the problem

Not sure I understand what you mean by that. Do you say that the extension was the cause of the problem?

Please run VS Code with all extensions disabled and see if the problem is still there. If not, please find out which extension caused the issue and file an issue there.

aeschli commented 1 year ago

Duplicate of #190061

Amdjed1108 commented 1 year ago

even with all extension disabled the problem is still there, what I mean earlier when I checked the Html snippet extension by Muhamed Abusaid in GitHub it says that he extension conflicts with existing vs code HTML extensions( https://github.com/abusaidm/html-snippets ), even after I totally removed the conflicting extension, the problems is still there. I reinstalled vs code and installed vs code insider and the problem is still there. any solution please.