Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ServiceNow Tables IntellisenseNew to Visual Studio Code? Get it now.
ServiceNow Tables Intellisense

ServiceNow Tables Intellisense

Oosuke Ren

|
393 installs
| (1) | Free
Get all table-field relationships including references, and field labels all under the the hood of your computer's language server in a secure/encrypted way for your instance.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Intellisense extension helper for ServiceNow.now-vscode

Setup:

The same way that the scoped applications extension gets setup-ed. If you have already set it up for that workspace, you'll only have to do => "ServiceNow Intellisense: Generate Intellisense" add an instance password and then the intellisense gets generated automatically.

To use - whenever creating GlideRecord and GlideAggregate, upon creating the quotes for table name, press Ctrl + Space to get all table names' suggestion.

When instantiating a record

var incident = new GlideRecord("(Press Ctrl + Space here to get all table names suggested)");

When using GlideObject methods

incident.addQuery("(Press Ctrl + Space here to get all fields of that table suggested.)");

When searching for a field by label (bonus easter egg)

incident.byLabel // Additional property so you can search fields by label too.

When dotwalking a GlideObject

incident.caller.  //Press Ctrl + Space to get all sys_user fields and methods (caller is a reference to sys_user)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft