是否有可能在rubymine中格式化重排html?

是否有可能在rubymine中格式化重排html?,第1张

概述是否可以在 RubyMine 3.2.4中格式化或重新生成html?我尝试了Code … Reformat Code但它似乎没有为HTML做任何事情.我需要一个插件吗? 它确实有效. 使用生成的标准404.html文件: <!DOCTYPE html><html><head> <title>The page you were looking for doesn't exist (404)< 是否可以在 Rubymine 3.2.4中格式化或重新生成HTML?我尝试了Code … Reformat Code但它似乎没有为HTML做任何事情.我需要一个插件吗?解决方法 它确实有效.

使用生成的标准404.HTML文件:

<!DOCTYPE HTML><HTML><head>  <Title>The page you were looking for doesn't exist (404)</Title>  <style type="text/CSS">    body { background-color: #fff; color: #666; text-align: center; Font-family: arial,sans-serif; }    div.dialog {      wIDth: 25em;      padding: 0 4em;      margin: 4em auto 0 auto;      border: 1px solID #ccc;      border-right-color: #999;      border-bottom-color: #999;    }    h1 { Font-size: 100%; color: #f00; line-height: 1.5em; }  </style></head><body>  <!-- This file lives in public/404.HTML -->  <div >    <h1>The page you were looking for doesn't exist.</h1>    <p>You may have mistyped the address or the page may have moved.</p>  </div></body></HTML>

我使用了Code / Reformat选项,结果如下:

<!DOCTYPE HTML><HTML><head>    <Title>The page you were looking for doesn't exist (404)</Title>    <style type="text/CSS">        body {            background-color: #fff;            color: #666;            text-align: center;            Font-family: arial,sans-serif;        }        div.dialog {            wIDth: 25em;            padding: 0 4em;            margin: 4em auto 0 auto;            border: 1px solID #ccc;            border-right-color: #999;            border-bottom-color: #999;        }        h1 {            Font-size: 100%;            color: #f00;            line-height: 1.5em;        }    </style></head><body><!-- This file lives in public/404.HTML --><div >    <h1>The page you were looking for doesn't exist.</h1>    <p>You may have mistyped the address or the page may have moved.</p></div></body></HTML>

您可以看到它如何重新格式化样式(如果我更改换行符等,它也会修复它们).

如果您转到文件/设置,IDE设置/编辑器,然后确保选中显示“重新格式化代码”选项对话框[x],再试一次.它可能被设置为仅修复选定的文本?要么 …

总结

以上是内存溢出为你收集整理的是否有可能在rubymine中格式化/重排html?全部内容,希望文章能够帮你解决是否有可能在rubymine中格式化/重排html?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1073340.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存