【问题标题】:pycharm handling of <div> tag (no autoclosing)<div> 标签的 pycharm 处理(不是自动关闭)
【发布时间】: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 但没有找到任何东西...

谢谢

【问题讨论】:

    标签: html pycharm tags


    【解决方案1】:

    实际的答案是你必须购买 Pycharm 专业版才能自动处理

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-01-20
      • 2014-08-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多