Intellij IDEA plugin for saving Java -> HTML?

和自甴很熟 提交于 2019-12-11 09:23:32

问题


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.


回答1:


IntelliJ does this (well, v7 does). File|Export to html




回答2:


Found one: http://plugins.intellij.net/plugin/?id=3828



来源:https://stackoverflow.com/questions/1162537/intellij-idea-plugin-for-saving-java-html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!