close

[Solved] VS Code ‘!’ or exclamation mark HTML autocomplete not working

Today I am trying to use the exclamation mark HTML autocomplete But It is not working in VS Code. In this Exerror article, We are going to learn about How to reproduce this error and we will discuss All Possible Solutions Let’s Get Start with This Article.

How VS Code ‘!’ or exclamation mark HTML autocomplete not working Error Occurs?

I am trying to use the exclamation mark HTML autocomplete But It is not working. So here I am writing all the possible solutions that I have tried to resolve this error.

How To Solve VS Code ‘!’ or exclamation mark HTML autocomplete not working Error?

  1. How To Solve VS Code ‘!’ or exclamation mark HTML autocomplete not working Error?

    To Solve VS Code ‘!’ or exclamation mark HTML autocomplete not working Error First of all Open Your VS Code and Go To File. There is Option Named Preferences Click on Preferences you can See There is Settings ( Cntrl/Cmd + , ). In Setting Just Search emmet.trigger. Then You can see Emmet: Trigger Expansion on Tab Option Just Tick Mark it. Then Restart VS Code Studio and Now try to use Emmet and Now You are able to use It Hopefully Your error is solved Now. Thank you.

  2. VS Code ‘!’ or exclamation mark HTML autocomplete not working

    To Solve VS Code ‘!’ or exclamation mark HTML autocomplete not working Error I Think This is a bug in VS Code Version 1.69 emmet is not working properly but You can try one thing press Ctrl/Cmd + Space this shortcut is Trigger Suggest and then You Can see a Suggestions list that you can use: type ! And then press  Ctrl/Cmd + Space First of all type ! And then press  Ctrl/Cmd + Space. And Now, You are Able to use Emmet in VS Code. You can Also Try div*3 then Cntl/Cmd + Space it will suggest emmet. Now, Your error must be solved. Thanks.

Solution 1: Ctrl/Cmd + Space

I Think This is a bug in VS Code Version 1.69 emmet is not working properly but You can try one thing press Ctrl/Cmd + Space this shortcut is Trigger Suggest and then You Can see a Suggestions list that you can use.

type ! And then press  Ctrl/Cmd + Space

First of all type ! And then press  Ctrl/Cmd + Space then You will something like Below.

And Now, You are Able to use Emmet in VS Code. You can Also Try div*3 then Cntl/Cmd + Space it will suggest you something like below.

Now, Your error must be solved. Thanks.

Solution 2: Vs Code Setting

First of all Open Your VS Code and Go To File. There is Option Named Preferences Click on Preferences you can See There is Settings ( Cntrl/Cmd + , ).

In Setting Just Search emmet.trigger. Then You can see Emmet: Trigger Expansion on Tab Option Just Tick Mark it. Just Like Below Image.

Then Restart VS Code Studio and Now try to use Emmet and Now You are able to use It Hopefully Your error is solved Now. Thank you.

Solution 3: Next Update

This is a Known Bug In VS Code So You Have to wait until the Next Update they will Fix It. Thanks.

Conclusion

It’s all About this error. I hope We Have solved Your error. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

2 thoughts on “[Solved] VS Code ‘!’ or exclamation mark HTML autocomplete not working”

  1. It’s weird, emmet just stopped popping up but it still works. The ctrl+spacebar worked for me. When I type the exclamation mark for auto filling an html page, emmet script does not open up. Typing exclamation mark then ctrl+spacebar worked like a charm. Also, typing the exclamation mark then pressing “tab” worked as well. Emmet just does not pop up anymore for me.

    Reply

Leave a Comment