Home>Article>Development Tools> How to run code in vscode

How to run code in vscode

尚
Original
2020-04-02 10:59:05 30172browse

How to run code in vscode

How to run code in vscode:

If you open a script file and want to execute the script file directly, you can open the command panel and run "In the active terminal Run Active File In Active Terminal so that the script will run in the currently open integrated terminal.

How to run code in vscode

You can also select a piece of code in the editor, then open the command panel and run "Run Selected Text In Active Terminal" , this code will be executed in the terminal.

How to run code in vscode

Recommended learning:vscode tutorial

The above is the detailed content of How to run code in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does vscode do? Next article:What does vscode do?