问题
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