ServiceNow Extensions for Visual Studio Code
-
- UpdatedAug 3, 2023
- 3 minutes to read
- Vancouver
- Building applications
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Edit your ServiceNow applications in Visual Studio Code with the help of the ServiceNow Extensions for VS Code.
The ServiceNow Extensions for the VS Code editor enables you to edit applications within your ServiceNow instance.
Advantages of using Visual Studio Code
- Edit your applications offline
- Use Visual Studio Code to download and edit a local copy of your application. You can edit the application offline, and then synchronize again when your instance is available.
- Use Visual Studio Code JavaScript features to reduce development time and improve code quality.
- Visual Studio Code IntelliSense includes editing features such as code completion, code suggestions, and quick information. Use these tools to complete your coding tasks quickly and reduce errors. For more details on using IntelliSense in your applications, see IntelliSense in VS Code. The extension also supports Linting using ESLint. The same standard ESLint rules used in the ServiceNow instance are available.