Does anyone have an IDE that gives any form of Aut...
# suitescript
a
Does anyone have an IDE that gives any form of Auto Complete for SS2.0?
👍🏻 1
r
webstorm with the Netsuite plugin installed
Or if you are using Typescript, there are typings available
👍🏻 3
e
I'm also interested...what about anything for Eclipse or Visual Studio?
n
@ERP Experts There are plugins for both, there is a guide for installing the plugin for Eclipse/ Webstorm in the NS help. VS Code has much the same but you'll have to google that, I don't use it and not experienced setting it up. Also note that if you use VS Code and want to push files to an account directly from the IDE you would need to install an additional simple RESTlet in the account.
✔️ 1
e
Thank you Neil 🙂
d
VSCode using the following : https://github.com/headintheclouddev/typings-suitescript-2.0 (you don't have to use TypeScript with this) https://code.visualstudio.com/docs/nodejs/working-with-javascript you can just import the modules into js files like:
@param {import('N/record')} record
❤️ 2
s
I would not like SuiteScript development without the high quality code completion and refactoring support provided by TypeScript and the netsuite-types package.
👍🏻 1
a
Have you tried ATOM
❤️ 1