Setup Visual Studio Code Python Run Keyboard Shortcut | VSCode Tips

preview_player
Показать описание
This short tutorial teaches you how to set up your Visual Studio Code to run Python Script on a keyboard shortcut instead of clicking the Run Button all the time.

#vscode #visualstudiocode #vscodetips
Рекомендации по теме
Комментарии
Автор

amazing video! this will save me so much time!

LatinoWebStudio
Автор

Thank you! This has made my life so much easier.

dmz
Автор

Gracias. Una explicacion facil de entender. Saludos

terracenter
Автор

So my run button and f5 button just doesn't work. In order to run my code I have to use the py command in terminal and find my files. I have no clue what happened since it used to work.

crazyspace
Автор

Thanks! my run command is two spacebar so easy!

nikitamaurya
Автор

When I click the "play" button to run my code, I get an "invalid syntax error". However when I go to Run > Run Without Debugging, my code executes without any errors. Could you please tell me what I need to fix? It's very annoying having to scroll up to the Run menu and then clicking the "Run Without Debugging" option every time I want to run my code. Thank you.

learningstuff
Автор

thank you yrr... bhot dhunda ... ab mila

shivamathiya
Автор

thanks for this just saved me hours of time going forward

timwebster
Автор

Very helpful...thankyou so much for this tutorial💖💖...
p.s. you have an amazing voice.

nikitasingh
Автор

Just one more addition to this amazing fix in VSCode . After setting the keybinding right click that keybinding and select change when expression and add this expression provided in triple backticks -> ``` editorTextFocus && !findInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && !replaceInputFocussed && editorLangId == 'python' ``` . This will solve the issue of not being able to use ctrl+enter in jupyter notebooks.

qmcsboi
Автор

Thank you for this informative video! Everytime I run a Python file using VS Code, my Python terminal shows my base information and where the file is located on my computer. Is there any way to prevent it and see only the output of my program as you did? Thank you in advance!

Bati_
Автор

How did you get rid of the Unwanted writing in your vs code terminal?

davidelvis
Автор

what about run line and advance to next line in the editor?

plazmafield
Автор

Hey there ..u have any idea how to run script even if vs closed

aboudoff
Автор

tell for even windows man, more windows users are there than mac

TejasTorke