Syntax highlighting n microsoft word
Here is the best way, for me, to add code inside word:
Download and install Notepad++ and do the following:
- Paste your code in the window;
- Select the programming language from the language menu;
- Select the text to copy;
- Right click and select Plugin commands -> Copy Text with Syntax Highlighting;
- Paste it into MS Word and you are good to go!
Notepad++ has a plugin called “NppExport” (comes pre-installed) that allows you to copy to RTF, HTML and ALL. It permits dozens of languages, whereas the aforementioned IDEs are limited to a handful each (without other plug-ins).
I use Copy all formats to clipboard and “paste as HTML” in MS word
Result