Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Functions of ServiceNow Extensions for VS Code

The ServiceNow Extensions for VS Code extension includes tools for developing on the ServiceNow AI Platform.

The extension adds several functions to your Visual Studio Code (VS Code) implementation. You access these functions through the command palette.

Image omitted: vscode-syncfiles.png
Visual Studio Code command palette
FunctionalityDescription
Setup Now WorkspaceCreate the project folder to work with ServiceNow applications. For details on creating this workspace, see Set up a workspace in VS Code.
Activate Now ExtensionActivates the ServiceNow extension. See Activate ServiceNow Extensions for VS Code.
Create Now ProjectImport existing ServiceNow applications to a Visual Studio Code project. See Create a project in VS Code.
Sync Current ProjectDuring development, synchronize all files between VS Code and the instance. See Synchronize the current project between a Visual Studio Code workspace and a ServiceNow instance.
Sync Current FileSynchronize the current file you are working on. See Sync the current file between a Visual Studio Code workspace and a ServiceNow instance.
Clear CredentialsDeletes the entered credentials in the Settings page. See Clear instance credentials in Visual Studio Code.
Reset ProjectSets project to its original state. See Reset a project in Visual Studio Code.
Configure File TypesModify the options selected in the metadata. Metadata determines which elements of your application you want to synchronize with VS Code. See Import an application into Visual Studio Code.
Add Custom File TypesAdd file types to your project using the Custom File Types wizard. See Add custom file types in Visual Studio Code.
Select ApplicationSwitch between application within the workspace in VS code. See Import an application into Visual Studio Code.
Select Update SetSelect an update set. Changes synchronized to your instance are applied to the selected update set. For more information on update sets, see Import an application into Visual Studio Code.
Create New FileCreate records in your application. For details, see Create a file in VS Code.
Global File SearchFind files within the instance. See Search files on your instance in VS Code.
Run Background ScriptsRun a background script on your instance. See Run background scripts using VS Code.
IntelliSenseAn IntelliSense code-completion aid available for Glide APIs. See IntelliSense in VS Code.

Parent Topic:ServiceNow Extensions for Visual Studio Code