
Is there a shortcut to comment multiple lines in python using VS …
Sep 26, 2022 · Instead of indivually typing out a hash tag in front of each line, is there a way to select a block of code and comment/uncomment everything by only pressing a couple shortcut …
Run a Command Prompt command from Desktop Shortcut
Mar 16, 2012 · Is it possible to create a desktop shortcut that, when pressed, will open command prompt and run a pre-defined command?
Key shortcut for running python file in VS code - Stack Overflow
Apr 27, 2022 · In VS Code, I'm writing python code. I was wondering if there is a key shortcut to run the file instead of pressing the run button in the right top corner of the screen constantly.
Find a file by name in Visual Studio Code - Stack Overflow
Sep 18, 2015 · How can I find a file by name (or path) in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, but it does not work here.
c# - Visual Studio /**/ comment shortcut? - Stack Overflow
Sep 7, 2015 · Visual Studio 2019 now natively supports this keyboard shortcut -- Toggle Block Comment/Uncomment is now available through the keyboard shortcut (Ctrl+Shift+/) or through …
How to compare two files in Notepad++ - Stack Overflow
Apr 15, 2015 · I want to compare values from two different files. In Notepad++ version 5.0.3 we had shortcut button Alt + d but in version 6.6.8 I cannot find any option to compare. Also let me …
Visual studio code - keyboard shortcuts - expand/collapse all
Sep 27, 2016 · Trying to find the equivalent to Ctrl + Shift + - in Intellij that collapses/expands all functions.
Go to definition and back to reference in Visual Studio Code
I'm currently using VSCode and am trying to use the F12 shortcut which takes me to a definition of an object/function. When I want to go back to the reference, I can't seem to find the right …
How can I open a cmd window in a specific location?
Jan 6, 2017 · The reason this answer has received so many upvotes is that it works for a shortcut. I keep a collection of shortcuts on my taskbar that each open a command prompt window in …
Collapse all methods in Visual Studio Code - Stack Overflow
Mar 8, 2017 · In Visual Studio Professional, we have a shortcut key, Ctrl + M Ctrl + O to collapse all methods and properties in a class. How can I do a similar thing in Visual Studio Code? I …