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. 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() …

  8. visual studio - How can I un-hide the run button on the top right ...

    Oct 22, 2022 · I have been using vs-code version 1.72.2. And I have mistakenly hidden the run button on the top right corner of the vs-code editor, while working on a python file. Now, I …

  9. How can I run text selected in the active editor in VS Code's ...

    Aug 31, 2023 · Here is the setting for running selection in "interactive window." In my VS Code (version 1.56.2), I do the following things: go to Settings, search for interactive window, in the …

  10. How to add a run button in visual studio code? - Stack Overflow

    Dec 25, 2022 · Let's get to the point: to give you an example of what i mean with "run button", take the python one for example. Once you install python extension in visual studio code, you …

Refresh