pycharm 处理 <div> 标签(不是自动关闭)

pycharm handling of <div> tag (no autoclosing)

我正在编辑 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 和 Whosebug 但没有找到任何东西... 谢谢

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