Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.