Functions of ServiceNow Extensions for VS Code
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Building applications
The ServiceNow Extensions for VS Code extension includes tools for developing on the Now Platform.
The extension adds several functions to your Visual Studio Code (VS Code) implementation. You access these functions through the command palette.

Functionality | Description |
---|---|
Setup Now Workspace | Create the project folder to work with ServiceNow applications. For details on creating this workspace, see Set up a workspace in VS Code. |
Activate Now Extension | Activates the ServiceNow extension. See Activate ServiceNow Extensions for VS Code. |
Create Now Project | Import existing ServiceNow applications to a Visual Studio Code project. See Create a project in VS Code. |
Sync Current Project | During 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 File | Synchronize the current file you are working on. See Sync the current file between a Visual Studio Code workspace and a ServiceNow instance. |
Clear Credentials | Deletes the entered credentials in the Settings page. See Clear instance credentials in Visual Studio Code. |
Reset Project | Sets project to its original state. See Reset a project in Visual Studio Code. |
Configure File Types | Modify 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 Types | Add file types to your project using the Custom File Types wizard. See Add custom file types in Visual Studio Code. |
Select Application | Switch between application within the workspace in VS code. See Import an application into Visual Studio Code. |
Select Update Set | Select 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 File | Create records in your application. For details, see Create a file in VS Code. |
Global File Search | Find files within the instance. See Search files on your instance in VS Code. |
Run Background Scripts | Run a background script on your instance. See Run background scripts using VS Code. |
IntelliSense | An IntelliSense code-completion aid available for Glide APIs. See IntelliSense in VS Code. |