Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1001 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 1001 Bytes

SuiteCoder - Coding for the cloud in the cloud

An online Code Editor especially designed to edit your SuiteScript files so that you can customize NetSuite anywhere everywhere. Suite Coder is a Python based Web App that runs on Google App Engine.

Deployment Instructions

Customization guidelines

  • Suitecoder UI is built using JQuery and Angular 1.2. Code Mirror JS component is used as code editor. With basic knowledge of HTML/JS, one can make useful UI/UX tweaks.
  • Keywords list for the code completion AKA IntelliSense can be modified from static/js/deferred.js file.
  • For adding features like compatibility of SuiteScript 2.0, knowledge of Python in required.