About 369,000 results
Open links in new tab
  1. shortcut - The code . command opens Cursor instead of VS code

    May 11, 2025 · When you install the "Cursor" AI code editor / IDE on Windows, it takes over the code command which many developers often use in the terminal to quickly open …

  2. 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 …

  3. Create a shortcut (.lnk file) using PowerShell - Stack Overflow

    I want to create a shortcut with PowerShell for this executable: C:\\Program Files (x86)\\ColorPix\\ColorPix.exe How can this be done?

  4. Create a shortcut on Desktop - Stack Overflow

    I want to create a shortcut pointing to some EXE file, on the desktop, using .NET Framework 3.5 and relying on an official Windows API. How can I do that?

  5. VSCode Win Shortcut to Launch with Open Folder Command

    Oct 9, 2019 · What I want is, shortcut on desktop that I can click which will open Visual Studio code with lets say folder A. Then another shortcut I click opens Visual Studio Code with folder …

  6. How can I change keyboard shortcut bindings in Visual Studio Code?

    Using Visual Studio Code what is the procedure to: Remap a built in command's keyboard shortcut. For example, say, Open File (default is Ctrl+O, it's unlikely that anyone would …

  7. How can I change text color via keyboard shortcut in MS word 2010

    Closed 9 years ago. While typing sentences I would like to change the text color at few places. To do so I have to do it manually by going to fonts pop section. Is there any way to create a …

  8. Add "Open with Visual Studio Code" shortcut to right click menu

    Jan 29, 2023 · For those who are new to the Registry Editor, here's an additional note for Step 3: Double-click on the (Default) key to open a popup. Enter your value there. If you're entering …

  9. Shortcut key for commenting out lines of Python code in Spyder

    Apr 15, 2016 · In Canopy's code editor, it was possible to comment and uncomment lines of code by pressing the "Cntrl+/" shortcut key sequence. In Spyder I was unable to find an equivalent …

  10. How to indent/format a selection of code in Visual Studio Code?

    I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when …