Microsoft Word For Mac Insert Code Snippets



Enabling the developer tab in Word. If you don’t see the Developer tab in your Microsoft Word Ribbon, you’ll need to setup your Macro development environment. Open a new Word document. In case that you would like to work on an existing file, ensure that you have a copy for backup, before making any changes. How to Insert Code Snippets with Syntax Highlighting Paste from Microsoft Visual Studio: The best method is to simply paste from Visual Studio (or your favor.

Microsoft Word is a very versatile software. It has a large number of great features which the common users don’t even know about. Let’s consider a scenario. The other day, Rajesh, a friend of mine sent me an email and told me that he was preparing an MS Word document and needed to embed programming code with syntax highlight. To insert code snippet in his MS Word document, Rajesh did all the syntax highlighting manually. You can imagine that it is a tedious job! So, he asked me if there was an easier way. Well, indeed there is one!

It is easy to embed code snippets with automatic syntax highlight in MS Word. Let’s learn how you can do this magic!

Snippets make reusing text simple. Just select text – a few words, a whole paragraph, or an entire document – and then create a snippet with one click. Insert snippets with a click or autocomplete as you type. Easily see how text differs from a snippet. Instantly create a new document from snippets. Script Lab, a Microsoft Garage project With Script Lab you can create and run Office Add-in code snippets from within Excel, Word, or PowerPoint, using JavaScript, HTML, CSS, and data from the web. Script Lab is available for Office 2016, Office 2013, Office 2016 for Mac, and Office Online. Again, place the cursor where I’d like the box, go to Insert, and then Advance Symbol. Select Wingdings again from the font dropdown list, place your cursor where you’d like the boxes to go, and press Insert. Do this for each line like this. And it's that easy to add symbols like check marks and check boxes inside of a Microsoft Word document.

Microsoft Office For Mac

A code snippet is a piece of computer programming code. Such code is usually marked with several colors in order to show various elements of the code distinctively. For example, all the programming language keywords will be highlighted in a particular color and all the errors will be highlighted in a different color. Similarly, there would be per-defined colors for text, tags, properties, attributes, values, symbols etc.

Microsoft Word For Mac

Our tips on MS-Word make your life easier and increase your productivity at work.

Code Snippet In Word

Program lines in a code snippets are also usually indented to make the code easily readable.

How to Insert Code Snippets with Syntax Highlight in MS Word

First of all, open the MS Word document in which you want to insert the code snippet. Then place the cursor where you want the snippet to be inserted.

Microsoft Word For Mac Insert Code Snippets

Now, go to Insert tab and then click on the Object option. A new box will appear with a list of objects that you can insert in your MS Word document. Select OpenDocument Text from the list and click OK to insert the object.

You will see a new shaded area is inserted at the cursor position. Also a new Word document will open up. Whatever you will write or paste in this new document, the same will appear in the original document.

To add code snippets with syntax highlight, you can use Insert Object method of MS Word.

So, now, copy the code from your code editor and paste it in the new document. Save the new document and that’s it! Code snippet will appear neatly embedded in your MS Word document.

If you have copied the code from a Microsoft product (like MS Visual Studio), the syntax highlight will automatically carry to the MS Word.

However, if you’re using some other code editors (like Programmer’s Notepad), copied code may appear without syntax highlight in MS Word. But don’t panic!

Most of the code editors will give you the option of copying text with HTML markup or RTF format. You should use these options while copying text.

Microsoft Word For Mac Insert Code Snippets Free

In Programmer’s Notepad, this option appears as Edit -> Copy as RTF

In Notepad++ the option is available as Plugins -> Copy Text with Syntax Highlighting

Microsoft Word For Mac Insert Code Snippet

If you’re copying syntax highlighted code from a webpage, the HTML markups will automatically get copied and syntax highlight will carry to MS Word.

Free Code For Microsoft Word

Advantages of Embedding Code Snippets with Syntax Highlights

Although you can always manually highlight various portions of a code snippet in MS Word, but there are many distinctive advantage of using the embedded object method:

  1. Code and main document remain separate from each other (programmers love this approach, don’t they?)
  2. Spelling and grammar mistakes will not be highlighted by MS Word in the embedded code snippet. It is of great help because a lot of programming keywords are not found in dictionary, and as a result such code may result in lots of red and green wavy lines.
  3. And obviously, it’s easier, quicker method. Code remains in it’s original format and syntax highlights.
  4. Formatting changes in the main document do not affect the code block.

So, did you find this MS Word tips useful? Whenever you would need to insert a code snippet with syntax highlight in MS Word document, I am sure it will save you a lot of time. Please feel free to ask any questions on this tutorial. I will try my best to assist you. Thank you for using TechWelkin.