On VS code when Mosh type the start tag like img
or meta
and then hit the tab or enter, the full element comes with attributes, like img
element comes with Src
and alt
attribute or meta
comes with name
and content
attribute, but when I typed meta
it just comes with the start tag meta
without the attributes. I tried to set the settings in VS code but unfortunately, I was not successful. Can someone guide me, how to change the settings to fix this issue?
Thank You