Sending a code snippet in Zoom Team Chat


The code snippet feature allows you to copy and paste code using Zoom Team Chat and apply code formatting and syntax highlighting that you typically see in code editing software. For example, if you need to share a long HTML snippet with a teammate, instead of attaching an HTML file or pasting the code as plain text, you send it as a code snippet within chat. Zoom will apply code formatting and syntax highlighting to make it easier to skim through the code.

The code snippet is enabled by the account owner or admin and requires a separate package download.

This article covers:

Prerequisites for sending a code snippet

How to enable or disable code snippet for the account

Before using code snippets, your admin must enable code snippet at the account level.

  1. Sign in to the Zoom web portal.
  2. In the navigation menu, click Account Management then Account Settings.
  3. Click the Team Chat tab.
  4. Under Sharing, click the Send code snippet toggle to enable or disable it.

How to display a Code snippet button in the chat compose box

After your admin enables code snippet, you need to display the code snippet button in your Zoom desktop client. Learn more about desktop client settings.

  1. Sign in to the Zoom desktop client.
  2. Click your profile picture in the top-right corner, then click Settings .
  3. Click the Team Chat tab.
  4. Check the Show Code Snippet button option. If this setting is locked, your admin needs to enable Send code snippet.
  5. Close the settings.
    Team Chat will show a Code button.

How to download the code snippet package

The first time that you send a code snippet, you will be prompted to install the code snippet package. You only need to install it once on your computer, unless you uninstall and reinstall Zoom.

  1. Sign in to the Zoom desktop client.
  2. Click the Team Chat tab  .
  3. Click Code located in the toolbar below the chat compose box.
    You will be prompted to install the code snippet package.
  4. Click Download.
    The code snippet package will install and after installation, the code snippet window will open automatically.

How to send a code snippet

  1. Sign in to the Zoom desktop client.
  2. Click the Team Chat tab  .
  3. Click Code located in the toolbar below the chat compose box.
  4. Enter the following information:
    • Title (optional): Enter an optional title for your code snippet.
    • Text drop-down menu: Select if this code snippet is text, or another type of code.
    • Wrap: Select this option if you want to wrap the text within the displayable area. If you don't select this, users will have to scroll horizontally to view long lines of text.
    • Paste or type your code in the text box.
  5. Click Create Snippet to send it.

How to view a code snippet

  1. Sign in to the Zoom desktop client.
  2. Click the Team Chat tab .
  3. Select a chat thread with a code snippet.
  4. Click View More below the code snippet message to view the entire code snippet.
    A new window will open with the entire code snippet.

How to copy a code snippet

  1. Sign in to the Zoom desktop client.
  2. Click the Team Chat tab .
  3. Select a chat thread with a code snippet.
  4. Hover over the code snippet in the chat window.
  5. Click the ellipsis .
  6. Click Copy.
    This will copy the code to your clipboard and you can paste it elsewhere.