About 369,000 results
Open links in new tab
  1. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · You can also customize this shortcut using a preference setting if needed. Code Formatting While Saving the File: Visual Studio Code allows the user to customize the default …

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

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

  4. What is the keyboard shortcut for "Replace All" in PyCharm?

    Mar 8, 2025 · You can either select the word or move the cursor to the end of the word, and then the shortcut to replace all is + . Type the replacement, and hit .

  5. What is the shortcut in IntelliJ IDEA to find method / functions?

    What is the shortcut in IntelliJ IDEA to find method / functions? Asked 15 years, 2 months ago Modified 1 year, 10 months ago Viewed 255k times

  6. Shotcut Forum

    4 days ago · Shotcut Forum This is the discussion forum for the Shotcut video editor.

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

  8. Keyboard shortcut for Jump to Previous View Location (Navigate …

    Jun 6, 2017 · The underlying problem is Ctrl + Alt + Left and Right are used by window managers to switch workspace and/or OEM utilities to change the screen orientation. You can change …

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

    Apr 15, 2016 · I recently changed from the Enthought Canopy Python distribution to Anaconda, which includes the Spyder IDE. In Canopy's code editor, it was possible to comment and …

  10. Shortcut key for changing code cell to markdown cell in jupyter ...

    Dec 13, 2017 · 165 Is there a shortcut key to change a code cell to markdown cell? To get a markdown cell, I have to first insert a cell, then go to the toolbar menu (below the main menu …