Visual Studio has a plugin that allows you to copy code from any editor (C #, HTML, XML), and then paste it using HTML formatting, which preserves syntax highlighting, etc.
This is very convenient for posting code examples / examples on a page / blog. I saw one old (2006?) Plugin for converting java to html, but are there any wider solutions like the Visual Studio plugin.
Indeed, I am looking for a way to select and copy a syntax block of text in Eclipse and paste it in html + css format.
Is there such a thing?
source
share