标签的 pycharm 处理<div>(无自动关闭)


标签(无自动关闭)。

我正在编辑html,我在bootstrap中使用了很多div标签。

例如:

<div class="carousel-item">
<img class="d-block img-fluid"
src="img/alberto.png" alt="alberto">
<div class="carousel-caption d-none d-md-block">
<h2>Alberto Somayya</h2>
<h4>Executive Chef</h4>
<p class="d-none d-sm-block">Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering Indo-Italian fusion experiences. </p>
</div>
</div>

每次我打开一个div, pycharm不会自动完成关闭/div。

并且每次我关闭/div时,pycharm不会自动完成标记,并且不会将其与相应的打开的div对齐。

我如何调整它,使它做我想要的?

我试着搜索谷歌和stackoverflow,但没有找到任何东西…

谢谢

实际答案是您必须购买Pycharm pro版,以便它可以自动处理

最新更新