Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-org-foldNew to Visual Studio Code? Get it now.
vscode-org-fold

vscode-org-fold

dumbPy

|
271 installs
| (1) | Free
Provides org mode code folding provider that can be used for other languages
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-org-fold

A vscode extension that provides code folding for org mode for any language that needs it (on configuring)

This extension separates the fold region provider code from the original vscode-org-mode so that you can use it for any language that needs org mode code folding, eg. beancount.

Settings

In order to use org style folding for any language, you can add the below settings

    {
        "vscode-org-fold.languagesToFold": [
            "beancount"
        ]
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft