About 472,000 results
Open links in new tab
  1. 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 …

  2. How can we save all files in (VSCode) like we do in Visual Studio

    May 3, 2016 · It doesn't look like VS Code has a built-in single-press keyboard shortcut to save all open files on Windows. The simplest way would be to use the menu accelerators: ALT + F, …

  3. Get target of shortcut (.lnk) file with powershell

    Mar 13, 2017 · I have a bunch of .lnk files and need to treat them differently depending on the target that the shortcut points to. I've found very little of how to this with other languages, but …

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

  5. Comment/Uncomment multiple lines in JupyterNotebook hotkey

    May 12, 2021 · CTRL+/ for comment and uncomment multiple lines you can press 'h' anywhere in command mode, you can find all the shortcuts of jupyter.

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

  7. How to shift a block of code left/right by one space in VSCode?

    Dec 20, 2017 · UPDATE While these methods work, newer versions of VS Code uses the Ctrl +] shortcut to indent a block of code once, and Ctrl + [ to remove indentation. This method …

  8. Format SQL in SQL Server Management Studio - Stack Overflow

    Feb 13, 2020 · In Visual Studio & other IDEs, you can easily auto format your code with a keyboard shortcut, through the menu, or automatically as you type. I was wondering if there is …

  9. How to open hyperlinks in excel without mouse-click; is there any ...

    Jan 28, 2015 · I have many hyperlinks in a column of excel-sheet. Is/Are there any shortcut key/Keys so that after going to each cell (using keyboard) I can open those in browser without …

  10. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some …