You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**netsuite-upload** is a Visual Studio Code extension that allows you to manage your SuiteScript files directly from the IDE
5
+
**netsuite-upload** is a Visual Studio Code extension that allows you to manage your SuiteScript files directly from the IDE & helps you with defining of new momdules & module dependecies
6
6
7
7
## Features
8
8
### 1. NetSuite File Cabinet Management
@@ -14,7 +14,7 @@ Right-click the file/folder in the navigation panel to see the options:
14
14
-`Compare file with NetSuite` - compares your local version with the NetSuite one
15
15
-`Pull folder from NetSuite` - Download the folder content from NetSuite
16
16
17
-
### 2. Extension Settings
17
+
### 2. Snippets & commands
18
18
19
19
-`Snippets for module initialization` - type *defineRestlet...*, choose your module type and hit enter
20
20
-`Commands for adding new NetSuite/custom dependencies` - open command line (`Ctrl`-`Shift`-`P`) and type
@@ -23,7 +23,8 @@ Right-click the file/folder in the navigation panel to see the options:
23
23
24
24

25
25
26
-
## NetSuite setup
26
+
## Setup
27
+
##### NetSuite setup
27
28
- Upload `netSuiteRestlet/vscodeExtensionRestlet.js` file somewhere in the `SuiteScripts` folder in NetSuite
28
29
- Create and deploy RESTlet using the file. (RESTlet URL will be set in the `settings.json`)
0 commit comments