如何在Visual Studio中使用注释注释HTML代码

时间:2019-09-05 13:04:34

标签: html visual-studio-code

我有代码:

<html>
<!-- some comment -->
<div>
</html>

当我尝试注释此代码(使用ctrl + /)时,我得到以下结果:

<!--
<html>
<!-- some comment -->
<div>

</html> 
-->

但是我在行上有一个错误,因为这一行还有另一条评论:

 <!-- some comment -->

如何用html注释注释大块代码?

1 个答案:

答案 0 :(得分:0)

我发现问题出在哪里。我已经安装了twig插件(用于Twig php模板引擎),这导致了评论问题。