Format Eclipse snippets for blog posting?

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?

+3
source share
3

Eclipse

Java2Html (, , ):

Java HTML, XHTML LaTeX .

CodeSnippet:

CodeSnippet - Eclipse Ant, Java, , CSS, DTD, HTML XML ( ) HTML

Formatter Blogger, Blogspot, Blog Blogging, :

Beautifier And Formatter Blogger -, , -, line, , blogspot,

+2

, Word OpenOffice, , HTML (, OpenOffice, , AFAIK).

+2

" HTML" eclipse IDE HTML .

:

Download the Copy as HTML eclipse plugin. Copy it into the dropins folder of your eclipse installation. If the dropins folder is missing, copy it to the plugins folder of your eclipse installation. Restart the eclipse IDE. This value

+1
source

Source: https://habr.com/ru/post/1760377/


All Articles