tmhedberg / SimpylFold

No-BS Python code folding for Vim
BSD 3-Clause "New" or "Revised" License
653 stars 57 forks source link

Ability to not fold function names and docstrings #114

Open Siddarth-Raghuvanshi opened 4 years ago

Siddarth-Raghuvanshi commented 4 years ago

I wanted the ability to see function names not be incorporated into the fold, similar to (Issue: folds the function names too? #108) and also I saw that a lot of people wanted the ability to stop Docstrings from being folded (Issue: Option to start definition fold after docstring #84). So I added both of those.

I just started using Vim about a week ago, so I wasn't able to find out how to change the default value of the variables to 0. I think that this should be done, otherwise when people run PlugUpdate or its equivalent, they will need to change their .vimrc.

Thanks for Plugin btw, I absolutely love it, It's way better than the shitty folding that Atom had.

enriquetasa commented 3 years ago

Fantastic plugin to use, this feature is something I would appreciate. Thanks.