Search code examples
htmlvisual-studio-codetagsparagraph

Tabbing p for html paragraph tag in VS Code results in get propertyName()


I am using Visual Studio Code for writing HTML. Whenever I tab p for the paragraph tag, it gives me;

get propertyName() {
    return.this.;
}

instead of <p></p>. I don't know how to solve this problem.


Solution

  • Please post some extension you're using. This problem mostly because you using extension of VSC to quick render code