Skip to content

Autocompletion for ServiceNow API within Sublime Text. This code is not mine, it's from https://packagecontrol.io/packages/ServiceNow%20API%20Autocompletion which is discontinued.

License

Notifications You must be signed in to change notification settings

pomeh/sublime-servicenow-autocomplete

Repository files navigation

ServiceNow API autocomplete for Sublime Text 2/3

This is a JavaScript autocompletion package for ServiceNow API within SublimeText 2/3.

Installation

Using Package Control

  • In SublimeText, open the command pallete by COMMAND or CTRL + SHIFT + P.
  • Select Install Pacakge.
  • Search and install ServiceNow API Autocomplete.

Manual Installation

  • Download servicenow-autocomplete.sublime-completions.
  • In SublimeText, select Preferences > Browse Packages... to open the package directory.
  • Put the downloaded file in User directory.

Usage

Typing any Web Audio API code triggers the autocompletion. The completion dictionary is based on the ServiceNow Developer API.

License

The MIT License (MIT). Copyright (c) 2015 Daniel Cigrang.