Replete VSCode pluginReplete brings interactive programming to JavaScript. It is an evaluator for JavaScript modules, supporting a variety of environments including the browser, Node.js, Deno, Bun, and Txiki. The source code for this extension is in the Public Domain. InstallationMake sure you have Deno installed. In VSCode, go to
and search for "Replete". Press "Install". Alternatively, download it from the Visual Studio Marketplace. UsageThe following keybindings can be used to control Replete:
Alternatively, search for "Replete" in the command palette to see the available commands. Upon starting Replete, a new Output panel will appear. This is where Replete writes its output. Now you can begin evaluating source code. ConfigurationEnsure that the Output panel's "Auto Scrolling" feature is turned on. You may also want to disable VSCode's "Smart Scroll" feature, which can interfere with Replete's output:
The extension can be configured globally by navigating to
or by choosing "Open User Settings (JSON)" in the command palette. More configuration options are described here. |