Well if you are using visual studio for writing
suitescripts, you must be wondering about how to get intellisense support for
netsuite. Well it is very simple.
Copy the suitescript file in your project
solution. Suppose its name is ‘SuiteScriptIntellisense.js’.
You can get this file by clicking here.
Just write this line into your javascript file.
///<reference path=SuiteScriptIntellisense.js/>
Press ‘CTRL’ + ‘SHIFT’ + ’J’ keys.
At the bottom of your IDE, you will see
something like this.
All done. You will now be getting the
intellisense.
To check, press ‘CTRL’ + ‘SPACEBAR’.
No comments:
Post a Comment