Skip to content

Useful NetSuite SuiteScript snippets.cson file for Atom text editor

License

Notifications You must be signed in to change notification settings

3EN-Cloud/NetSuite-Atom-Snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetSuite-Atom-Snippet

Useful NetSuite SuiteScript snippets.cson file for Atom text editor

Adding Snippets to Atom

  1. Open Atom.
  2. Select the Atom > Snippets... menu option if you're using macOS, or the File > Snippets... menu option if you're using Windows, or the Edit > Snippets... menu option if you are using Linux.
  3. Paste the contents of snippets.cson from this repository into your opened snippts.cson file.

Using the snippets

Expand snippets matching the prefix with tab in Atom.

Current supported prefixes:

  • for(var line = 1; line <= lineItemCount; line++)
  • search
  • define
  • restlet
  • userEvent
  • bundleInstallationScript
  • suitelet
  • scheduledScript
  • workflowAction
  • portlet
  • massUpdateScript
  • mapReduce
  • clientScript

demo

Releases

No releases published

Packages

No packages published