在 VS Code 中为 html 段落标记按 Tab 键 p 会导致 get propertyName()
Tabbing p for html paragraph tag in VS Code results in get propertyName()
我正在使用 Visual Studio 编写 HTML 的代码。每当我为段落标签选择 p
时,它都会给我;
get propertyName() {
return.this.;
}
而不是 <p></p>
。我不知道如何解决这个问题。
请post一些你正在使用的扩展。这个问题主要是因为你使用 VSC 的扩展来快速渲染代码
我正在使用 Visual Studio 编写 HTML 的代码。每当我为段落标签选择 p
时,它都会给我;
get propertyName() {
return.this.;
}
而不是 <p></p>
。我不知道如何解决这个问题。
请post一些你正在使用的扩展。这个问题主要是因为你使用 VSC 的扩展来快速渲染代码