JavaScript Sidekick
EditRocket contains a JavaScript sidekick to aid users in quickly editing, creating, and searching JavaScript code.
The JavaScript sidekick has 3 tabs. They are the following:
Inserts - This tab contains JavaScript inserts or snippets. The inserts can be edited and created using the Inserts - Edit Insert or Inserts - Add Insert menu options. Inserts include code blocks such as if, else, if else, and switch statements, for loops, etc.
Tools - The tools tab contains quick links to various JavaScript tools offered by EditRocket including the JavaScript Source Code Builder, and the JavaScript Function Navigator.
Functions - The last tab of the JavaScript sidekick displays all functions in the currently active editor in a clickable list. Clicking on a function takes the user directly to the start of the function in the JavaScript source.