About 455,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. 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.

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

  4. How do I search for files in Visual Studio Code?

    May 7, 2015 · 1314 I am used to Resharper where I can search for files, not the content, but the filename, which makes it quick to open new files. Is this feature implemented in Visual Studio …

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

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

  7. java - Any way (or shortcut) to auto import the classes in IntelliJ ...

    When looking for a command/keyboard shortcut, type Ctrl-shift-A (or Cmd-shift-A on Mac), and search for the command. For example here, typing "imports" will show you the command …

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

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