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

  2. Nano - jump to end of file - Unix & Linux Stack Exchange

    Jan 31, 2018 · I have some long log files. I can view the last lines with tail -n 50 file.txt, but sometimes I need to edit those last lines. How do I jump straight to the end of a file when …

  3. visual studio code - Is there a shortcut to focus to the GitHub …

    Jan 28, 2024 · I've been extensively using Github Copilot and I'm looking for a convenient keybinding to effortlessly switch between the GitHub Copilot Chat panel and my code editor. …

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

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

  6. What are the key shortcuts to comment and uncomment code?

    There were Ctrl+E+C (comment) and Ctrl+E+U (uncomment) in older versions, or Ctrl+K+C and Ctrl+K+U. But in Visual Studio 2012, I can't see key shortcuts: How can I enable those shortcuts?

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

  8. comments - Commenting code in Notepad++ - Stack Overflow

    Sep 15, 2017 · Is there a shortcut to comment out the current line of code? Ctrl-K and Ctrl-Q both need selected characters to work.

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

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

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