---
sourceDocument: Zurich Build or modify applications
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/application-development

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# IntelliSense in VS Code

# IntelliSense in VS Code {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The
IntelliSense code editing feature in the ServiceNow Extensions for VS Code
extension provides intelligent code completions which provide auto-completion options to make
writing code faster and more efficient.

When you start
scripting in the VS Code, the IntelliSense feature shows auto-completion options suitable for
your code context at the top of the list.
Figure 1. IntelliSense for GlideSystem  
The auto-completion options available are:

* Auto-completion of methods and properties for client and server scripts.
* Auto-completion of methods and properties for standard JS APIs
* Auto-completion of Jelly tags and attributes.
* Code completion in commonly used standards.
{#Intellisense__ol_oxk_3ht_gjb}

The extension
supports snippets (templates) for commonly used code patterns and loads snippets defined by the
user in Macros table of the Syntax Editor on an instance. Snippets appear in IntelliSense when
you type <kbd class="ph userinput">⌃Space</kbd> along with other suggestions. Alternatively, snippets can
also be inserted using the Insert Snippet command from the command
palette in VS Code.

