Adding Code Assist

From Aptana Development

You can provide automatic code assist for your library by creating a ScriptDoc library in XML and importing it. This will be imported the first time a JavaScript editor is opened, or an editor incorporating JavaScript (i.e. HTML).

You may import XML files, or the compiled version, which provides performance optimization.

Examples

<extension
  point="com.aptana.ide.editor.js.scriptdoc">
  <xml-file path="support/LibraryNameAPI.xml" user-agent="LibraryName" />
</extension>