About 14,700,000 results
Open links in new tab
  1. Collapse all methods in Visual Studio Code - Stack Overflow

    Mar 8, 2017 · Collapse All is Fold All in Visual Studio Code. Press Ctrl + K + S for All Settings. Assign a key which you want for Fold All. By default it's Ctrl + K + 0.

  2. How to see the whole code without scrolling to the right (VS Code)?

    Sep 21, 2018 · In Visual Studio Code, hit the shortcut Alt + z to enable wrapping of the code without ruining the line numbers.

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

    As of Visual Studio Code version 1.12.0, April 2017, see Basic Editing > Folding section in the docs. The default keys are: Fold All: CTRL + K , CTRL + 0 (zero)

  4. How to collapse (minimize) and expand all code blocks in Visual Studio

    How to collapse (minimize) and expand all code blocks in Visual Studio Code (VS Code) #shorts. #programming #vscode #shorts #coding #tips #tricks #windows #dev #development In this short, I...

  5. How To Minimize All Functions In Visual Studio Code?

    Jan 25, 2025 · Customize your toolbar to easily access and minimize all functions in Visual Studio Code! By customizing the toolbar, you can add buttons for frequently used functions, such as minimizing all windows.

  6. Visual Studio Code tips and tricks

    Access all available commands based on your current context. Keyboard Shortcut: ⇧⌘P (Windows, Linux Ctrl+Shift+P) You can move the Command Palette to another location by grabbing the top edge with the mouse cursor and dragging it somewhere else.

  7. Windows shortcut to maximize VSCode window : r/vscode

    Feb 1, 2021 · Win + Up will maximize windows, Win + Down on a maximized window will restore it and Win + Down on a restored window will minimize it and Win + Left or Right align the windows accordingly. Edit: add the two state of the Win + Down shortcut. Win + Up arrow. alt + space, x.

  8. How to Collapse All in VS Code - Alphr

    Sep 29, 2023 · To fold all the folders in your code: Enter the command >fold and hit Enter. Or use keyboard shortcuts: Windows and Linux: Ctrl+K or Ctrl+O (the letter) Mac: ⌘K ⌘0. To unfold all the...

  9. Collapse all code in VS Code? : r/learnprogramming - Reddit

    Jun 11, 2021 · In Pycharm you just Ctrl - to collapse all code blocks. Is there an equivalent in VS Code? A post on StackEx said Ctrl M O but it just opens file explorer like I pressed Ctrl O for open.

  10. Default keyboard shortcuts reference - Visual Studio Code

    This article lists the default keyboard shortcuts in VS Code. You can also view the default shortcuts in the product: Open the Keyboard Shortcuts editor, and then select Show System Keybindings in the More Actions (...) menu. Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette.

  11. Some results have been removed