UPDATE 9/5/2011: SOLVING THE PROBLEM - see details below
I'm having problems with Code Assist in Aptana Ver 3.0.4. plugin for Eclipse 3.7.0.
I installed the NetSuite plugin, but I DO NOT receive any code suggestions / suggestions when I press CTRL + SPACE. There are many NetSuite features that start with nlapi, but Code Assist does not offer any help.
This is for use with the Javascript editor.
This worked with Aptana Ver 2. How do I get it to work in Ver 3?
UPDATE: I added the NetSuite SuiteScript_API.js file to my project, but I still DO NOT get any code completion. I believe the file conforms to the ScriptDoc specification, so it should work.
Here is a sample from this file:
function nlapiCopyRecord(type, id, initializeValues) { ; }
UPDATE: SOLVING THE PROBLEM!Thanks to my colleague, I figured out how to get Code Assist to work / use the NetSuite SuiteScirpt API file to ensure code completion.
Code completion in the new version works differently. Right-click on your project and select "Properties", then go to "Nature of the project" and make it a web project.
Then, absolutely all .js files in your project will be indexed for autocompletion, including the SuiteScript API file, if it is in your project.
We have a large number of .js files, so I would prefer to choose which file to link to autocomplete. Version 3 does not currently allow this, unlike version 2