lostfields / vscode-nodejs-repl

Visual Studio Code - Extension NodeJs REPL
MIT License
45 stars 12 forks source link

Node.js Interactive window (REPL)

Node.js Interactive Window (REPL) for Visual Studio Code using Node.js command line right in your favorite IDE. Simply press CTRL + SHIFT + P and launch "Node.js Interactive window (REPL)".

This is a preview and I would really love some feedback if something is not working as it should.

Features

Both "return" values and console.log is supported, just as in Node.js REPL since that is used behind the scenes.

Screenshot of Node.js Interactive window (REPL)

Requirements

This extension requires Node.js v6+, but only tested with Node 7+

Known Issues

Note, this is a preview so please report any bugs

Future developement

Some want all, but right now I think it's working good. I want to look into implementing this though;

Release Notes

0.5.15

0.4.9

0.3.6

0.2.3

0.2.0

0.1.0