【发布时间】:2022-06-14 15:13:47
【问题描述】:
我正在编辑 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 对齐。
我怎样才能调整它,让它做我想要的?
我曾尝试搜索 google 和 stackoverflow 但没有找到任何东西...
谢谢
【问题讨论】: