As a newcomer to Visual Studio Code, I'm currently using the latest Version: 1.29.1.
When I used Matlab, I had access to a script window for writing code, a Command Window for testing code snippets and viewing variable values, as well as a workspace view that listed all variables with their types and values.
In Visual Studio Code, I can easily find the script writing window, but where can I locate the command window to test run code and check values of variables, as well as the workspace window displaying variable values?
Appreciate the help from the Community!