Skip to content

A vscode extension that provides code folding for org mode

License

Notifications You must be signed in to change notification settings

dumbPy/vscode-org-fold

Repository files navigation

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"
        ]
    }

About

A vscode extension that provides code folding for org mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published