About 740,000 results
Open links in new tab
  1. c# - Where can i run my code in visual studio? - Stack Overflow

    Nov 23, 2020 · Check this guide Tutorial: Create a simple C# console app in Visual Studio. Open Visual Studio 2019. On the start window, choose Create a new project. On the Create a new …

  2. 'Run code' is not working in Visual Studio Code - Stack Overflow

    May 16, 2019 · Type in search box 'Code Runner' Install the extension (top most with over 2.5M downloads) Restart VS Code; then go to: File > Preferences > Settings; Type 'code runner' in …

  3. How to execute Python code from within Visual Studio Code

    May 1, 2015 · After that you can use the shortcuts to run your source code in Visual Studio Code. First: To run code: use shortcut Ctrl + Alt + N; or press F1 and then select/type Run Code, or …

  4. How to run a few selected lines of code in vscode?

    Dec 21, 2019 · As of Jan 21, 2025, in latest version of my VSCode, I can just highlight a portion of the python code and click on Run Code button on top right corner, and the code runs only the …

  5. Visual Studio Code not running Python - Stack Overflow

    [Done] exited with code=1 in 0.034 seconds. It's a very simple Hello, World! program that doesn't really need much. Why is Visual Studio Code not letting me run a Python file? This is where …

  6. The Run button in VS Code don't show up [Python]

    Apr 30, 2021 · Install Code Runner for Visual Studio Code; Search for Code Runner in Microsoft Visual Studio Code's Extension: Marketplace and hit on install. Or you can use your terminal …

  7. How to run a C program in Visual Studio Code? - Stack Overflow

    Aug 30, 2021 · In Visual Studio Code, click on the Extensions tab, search and install Code Runner by Jun Han. Step 3. In the C/C++ Configurations. Make sure the Compiler Path has …

  8. Invalid Syntax error when running python from inside Visual …

    Think this is a bug of VS Code. When you use "run selection/line in python terminal" command, VS Code starts python interpreter and doesn`t quit it after completion. You should use exit() …

  9. How to build and run C++ code in Visual Studio Code?

    Oct 12, 2016 · You can configure multiple tasks in Visual Studio Code, one of which will allow you to build your executable, and the other will run your executable. Optionally, you could also look …

  10. Visual Studio Code is not showing the output of Python

    Mar 28, 2018 · I am trying to use Python with Visual Studio Code. The downloaded version of Python is 3.6.4. I have installed the Python extension in Visual Studio Code and have followed …

Refresh