-
Editing of static application, workspace, plug-in and theme files directly in the builder
-
Leverages the same powerful editor as VS Code
-
Allows the editing of multiple files at once. Simply open a new file, and drag the tab
-
Save changes without a page submit
-
Create new JavaScript, CSS, Less, JSON and HTML files right in the builder
-
Minify JavaScript and CSS files, and compile Less files
-
Hot Reloading the Runtime Tab when included JS or CSS files are updated
-
Syntax highlighting on the Embedded Code page (APEX 20.2)
Feel free to fork this repo if you'd like to contribute or build your own version.
# develop
npm install
npm run build # will create dist/unpacked
# create final extensions
npm install
npm run pack-chrome # will create dist/chrome.zip
npm run pack-firefox # will create dist/firefox.zip
- APEX 5.1+
- Last 2 versions of Firefox
- Last 2 versions of Chrome
See here
MIT