About 234,000 results
Open links in new tab
  1. How can I change keyboard shortcut bindings in Visual Studio Code?

    On Mac: go to Code -> Preferences -> Keyboard shortcuts, or press Cmd+K, then Cmd+S Keep in mind you can type things like shift ctrl c in the Search input in Keyboard Shortcuts panel to …

  2. How to switch between terminals in Visual Studio Code?

    Jan 25, 2018 · 4 Pay attention to the the VS Code concept of Group, as that can trip you up when reading some of the answers here. i.e there are different default shortcuts to switch between …

  3. How can you create multiple cursors in Visual Studio Code

    Feb 2, 2017 · What are the keyboard shortcuts for creating multiple cursors in VS Code?

  4. Is there an 'Open Folder...' keyboard shortcut in VS Code?

    There is indeed a shortcut for it, the command is workbench.action.files.openFolder, and the default keybinding is Ctrl + K, Ctrl + O. It's easy to find in the list of shortcuts (File → …

  5. Collapse all methods in Visual Studio Code - Stack Overflow

    Mar 8, 2017 · In Visual Studio Professional, we have a shortcut key, Ctrl + M Ctrl + O to collapse all methods and properties in a class. How can I do a similar thing in Visual Studio Code? I …

  6. How do I duplicate a line or selection within Visual Studio Code?

    May 13, 2015 · It miss an answer to this question, "How to duplicate selection of code" Similar to Sublime's cmd / ctrl + shift + d or Jetbrains' cmd / ctrl + d behaviour. Install plugin Duplicate …

  7. python - How to display and edit all Jupyter shortcuts in VSCode ...

    Jan 15, 2020 · Within Visual Studio Code, I would like to view and customize my Jupyter Notebook shortcuts, e.g. ctrl-shift-c to clear cell content, etc. similar to what is available using …

  8. How do I fold/collapse/hide sections of code in Visual Studio Code?

    Learn how to fold, collapse, or hide sections of code in Visual Studio Code effectively for better code organization and readability.

  9. 'rafce' React.js shortcut not working in VS Code - Stack Overflow

    Aug 4, 2021 · I'm new to coding, and I thought of following a freecodecamp.org tutorial on YouTube. I am following the video, and the instructor used a shortcut in VS Code which looked …

  10. Key shortcut for running python file in VS code - Stack Overflow

    Apr 27, 2022 · In VS Code, I'm writing python code. I was wondering if there is a key shortcut to run the file instead of pressing the run button in the right top corner of the screen constantly.