Skip to content

tellsaqib/suitecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d82ee21 · Oct 6, 2018

History

5 Commits
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Oct 6, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018
Jul 25, 2018

Repository files navigation

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.