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

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

  3. VS Code - Add a new file under the selected working directory

    Sep 20, 2016 · The cmd+n command is by default bound to workbench.action.files.newUntitledFile but what you want is the command explorer.newFile which by default is not bound to a shortcut. Edit …

  4. '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 like this: rafce, …

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

  6. keyboard shortcuts - How do I search for files in Visual Studio Code ...

    May 7, 2015 · 1331 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 Code …

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

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

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

    Windows: Shift + Alt + A Linux: Shift + Ctrl + A macOS: Shift + Option + A Here you can find all the keyboard shortcuts: Windows Visual Studio Code shortcuts Linux Visual Studio Code shortcuts …

  10. Visual Studio Code shortcut to display autocomplete list before typing

    To disable it-> Go to system preferences -> keyboard -> input sources add a new input source (choose ABC) Go to shortcuts tab (inside of keyboard settings) Click on input sources on the left disable the …