Is there a good tool available (preferably opensource or free) that will take C# or VB.NET source code, prettify it (format it consistintly) and convert it into HTML source code (so I can post it on the web)?
|
|
|
|
|
|
|
I think your question is already solved in: http://stackoverflow.com/questions/454853/pretty-print-colorize-c |
||
|
|
|
|
You can use the code formatting tools in Visual Studio (CTRL+K+D by default) and any number of code to html tools. |
||
|
