1
Is it possible in Visual Studio IDE 2019 to run a javascript file and get the output from the Node.js console that is inside Visual Studio? how Visual Studio Code has the Node extension called "Node Exec" which makes it possible to just press F8 to run a Javascript script and catch the result on the Node.js console in this way
I was thinking, does Visual Studio IDE 2019 have the same function or plugin? something like pressing a key/button/command and running a javascript file and having the result in the Node.js console?