Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Sase JS ExecNew to Visual Studio Code? Get it now.
Sase JS Exec

Sase JS Exec

Sase

|
478 installs
| (0) | Free
Run ES5 JavaScript Functions Independently
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sase JS Exec

This extension enables Developers to run ES5 JavaScript functions Independently Inside of a single JavaScript file.


Something

How It Works

The extension beings working if the the current file on the vsCode editor ends in ".exec-js.js". It reveals a "Run <function_name>" clickable button above every ES5 function. Clicking the button executes all of the code inside of the JavaScript file with Node, and Invokes the ES5 function. Doing so will also open a side-panel displaying any terminal messages in real-time as well as providing statuses and metrics.

Getting Started

  1. Create a JavaScript file ending in .exec-js.js
  2. Define a function using ES5 syntax - function func_name() {}
  3. Click on the Run <function_name> button

Troubleshooting

If the CodeLens button doesn't appear, try the following...

  • Check to make sure the filename ends with .exec-js.js
  • Command + Shift + P, and Reload the VsCode window
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft