About 27,100,000 results
Open links in new tab
  1. 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)

  2. VSCode: how to fold arbitrary/manual lines of code?

    May 19, 2017 · Unfortunately, it doesn't appear that VSCode currently allows you to hide an arbitrary selection of code like Visual Studio does via Ctrl+M,Ctrl+H. For now you could use the code folding feature, which depends on indentation.

  3. How To Fold/Hide Sections of Code in Visual Studio Code (2025) …

    In this tutorial, you will learn how to fold and hide sections of code in Visual Studio Code step by step. This guide will show you how to use code folding, configure settings, and improve...

  4. How to unhide or hide code runner in vs code. - YouTube

    Sometimes we hide code runner mistakenly and I also hid it, so I made this video.to solve this problem.

  5. How to Hide Code Sections in VS Code: Tips for Cleaner Code

    In this video, we’ll explore effective techniques for hiding code sections in Visual Studio Code, helping you maintain a cleaner and more organized workspace...

  6. How to: Collapse and Hide Sections of Code - Visual Basic

    Sep 15, 2021 · The #Region directive enables you to collapse and hide sections of code in Visual Basic files. The #Region directive lets you specify a block of code that you can expand or collapse when using the Visual Studio code editor.

  7. How to hide Code in Jupyter Notebook w/ VS Code?

    Feb 10, 2022 · You can use .env to hide the code. hidden_code = (code) Then use the variable hidden_code inside brackets to use it.

  8. User and workspace settings - Visual Studio Code

    VS Code stores workspace settings at the root of the project in a .vscode folder. This makes it easy to share settings with others in a version-controlled (for example, Git) project. You can access the workspace settings in a few ways:

  9. How to hide path in vs code terminal? - Microsoft Q&A

    Nov 19, 2021 · It seems you are using "Code Runner" extension in VS Code. You can simply clear these extra text by adding the command for clearing the console in "executorMap" of code runner. Go to Settings.json > Search for "code-runner.executorMap" > search language (C/C++)

  10. Hide code in the Visual Studio editor

    Dec 1, 2015 · You can easily hide any block of code in Visual Studio using the Hide Selection command. Invoke it from the main Edit – Outlining menu, Outlining context menu or with a shortcut to the Edit.HideSelection command:

  11. Some results have been removed