Visual Studio Blog

I want to write a blog, and some of the blogs I've seen on the Internet have code snippets in VB.NET or C # that look like text in Visual Studio itself, even with colors.

Is there some kind of application or tool that I can use to create code snippets that look like other blogs.

+3
source share
4 answers

google-code-prettify is good.

Also, SyntaxHighlighter looks great, but I haven't tried it myself. It has explicit support for VB.NET .

+3
source

Windows Live Writer , " Visual Studio" (). .

+2

HTML . .

0

, Notepad ++ HTML.

*.cs "" > "NppExport" > " HTML". , Notepad ++.

FYI, Notepad ++ HTML 4.01

0
source

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


All Articles