FG
💻 Software

Best code folding plugin for Python in vim?

Fresh5 days ago
Mar 15, 20267443 views
Confidence Score0%
0%

Problem

I use vim for all the code I write. My biggest issue is that I cannot find a good Python code folding plugin. I've found two-three popular ones that use indentation but they tend to either fold too little or too much. Ideally, this is what I'd like for it to fold: Fold all top level classes. Fold a…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Best code folding plugin for Python in vim?

Low Risk

SimpylFold I consider this the best folding plugin for python in vim. It's nothing more than it needs to be: it properly folds class and function/method definitions, and leaves your loops and conditional blocks untouched. https://github.com/tmhedber…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment