用于节省 Java 的 Intellij IDEA 插件 -> HTML?
是否有一个 IDEA 插件可以将 Java 漂亮地打印(或保存/导出)为彩色 HTML 语法? 如果做不到这一点,您最喜欢的网站是什么?
编辑:我有一个Java程序,我想将源代码转换为HTML,以便我可以在网络上显示它。 由于我将对源代码进行大量编辑,因此能够在 IDEA 中将其直接转换为 HTML 会很方便。
Is there an IDEA plugin for pretty printing (or save/export) Java to syntax colored HTML? Failing that, what's your favorite web site for that?
EDIT: I have a Java program, I want to convert the source code to HTML so that I can display it on the web. As I will be making lots of edits to the source, it would be handy to be able to convert it directly to HTML within IDEA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IntelliJ 就是这么做的(嗯,v7 就是这么做的)。 文件|导出为 html
IntelliJ does this (well, v7 does). File|Export to html
找到一个:http://plugins.intellij.net/plugin/?id=3828
Found one: http://plugins.intellij.net/plugin/?id=3828