简体   繁体   中英

Command Line/Window in Visual Studio Code

I am new to Visual Studio Code and using the latest Version: 1.29.1.

In Matlab I had a script window where I wrote code, a Command Window where I could test both snippets of code and enter variables to see their value, and I had a workspace view that listed all of my variables, their types, and their values.

In Visual Studio Code, I see the obvious script writing window, but where is the command window to test run code and run variables to see their value, and the workspace window where variable values are displayed?

Thanks Community

You get to the terminal with CTRL`

You can also double tap the shift key and type "terminal" and that should work too.

Here are the docs:

https://code.visualstudio.com/docs/editor/integrated-terminal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM