0

im new in this programming world.

And i wanna asking a noobie question.

Im using visual code studio and trying make my first web project, so i install some extension so i can easily code(?). But when i using tab-completion its not really work. In my case, i use html and the tab-completion didnt really work like when u tab-ing or enter-ing its not complete all the code, for example i wanna type div, so i type <di then tab/enter and its just showing <div only, not <div> </div> . And can anyone tell me how to fix that? Your answer really mean everything to me. Thankyou!

Oh! And here's my setting and a bunch of extension i use. Whether i should disabble or installing other

My setting

Extension i use

Another extension i use

p.s. im sorry the picture not shown, i need to have 10 question so i can attach an actual image

1 Answers1

0

You are probably looking for the Auto Complete Tag and Auto Close Tag extensions:

You can find additional Extensions like this by searching for the AutoComplete tag:
Search VS Code marketplace for AutoComplete

Peter Krebs
  • 3,831
  • 2
  • 15
  • 29
  • Thank you for the advice! But did the HTML Intellisen didnt work like the autocomplete? Because i instal it and the screen record shows it works just fine but in me it didnt auto complete :') – Diana Florentine Jun 02 '21 at 16:05
  • In this case try the Autocomplete Tag extension, I'll update the answer. – Peter Krebs Jun 04 '21 at 10:22