我在vscode中有以下JS:
let page = document.getElementById("page");
$$$$<h1 style="text-align:center">[this.courseNum] : [this.name]</h1>
let hr = document.createElement("hr");
/// more Vanilla JS code...
我希望能够关闭上述怪异的JS / HTML混合格式;在$$之前的行。无论如何,是否要关闭以一系列字符(such as the @formatter: off tag that Eclipse uses?)结尾的行的格式。或者,更笼统地说,是否有办法针对文件中的某些区域关闭格式化程序?