需要帮助寻找 gedit 的 HTML、CSS、PHP 代码格式化程序
我需要帮助寻找 gedit 的 HTML、CSS、PHP 代码格式化程序插件。我研究过 gmate 和其他插件,但只能找到 Ruby/Rails 文件的代码格式化程序。
I need help in finding an HTML, CSS, PHP code formatter plug-in for gedit. I've looked into gmate and other plug-ins but I could only find code formatter for Ruby/Rails files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我过去(尽管已经很多年了)完成此操作的方法是使用外部工具插件。本质上,安装经过测试的真正的命令行实用程序,可以按照您喜欢的方式格式化您需要格式化的语言,然后将这些命令放入外部工具插件中。以下是我使用的命令:
格式化 HTML:
格式化 PHP:
我几年前在博客上写过: http://www.micahcarrick.com/gedit-html-editor.html
The way I've done this in the past (though it's been years) is using the External Tools plugin. Essentially, install tested and true command-line utilities that can format the language you need formatted, in the way you like, and then put those commands into the External Tools plugin. Here are the commands I was using:
To format HTML:
To format PHP:
I blogged about this years ago: http://www.micahcarrick.com/gedit-html-editor.html
此处提供了 Gedit 可用的所有插件的列表。
看起来他们请求的插件之一是“代码自动格式”:
因此您正在寻找的功能可能尚不可用。
There's a list of all the plugins available for Gedit here.
It looks like one of their requested plugins is "Code autoformat":
So the feature(s) you're looking for might not be avaliable, just yet.