Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
SuiteCloud Content Assist and Validation
I've installed both the SuiteCloud and JSDT plugins in Eclipse Juno. In the JSDT preferences, I've modified my Javascript Validation settings so that "Optional Semi-colon" is identified as an error (Window > Preferences > Javascript > Validator > Errors/Warnings). Unfortunately, this breaks Content Assist and JSDocs for all NetSuite API functions.
This is because there is a missing semi-colon in the nlapiGetLineItemValues function in the library file (com.netsuite.ide.eclipse.app_2.1.3.201212121626.jar$libraries/suitescript.js, line 538). This causes validation to fail on the library file, which will apparently preclude it from being used in Content Assist suggestions or parsed for JSDocs. I tried manually updating the JAR, but this threw some non-specific null pointers on startup.