I use something like this: 1,40 fo but I think is not the most efficient way.
What's yours?
|
feedback
|
|
I use
so when it's folded I immediately see what the fold contains without the need to add extra comment. For CSS it's even easier, I just use
You can also visually select the region you want to fold and press | |||||||||||
feedback
|
|
Best folding method for vim for html: use haml instead. Best option for css: use sass instead. I'm actually serious. They make it much more compact. | |||||||||||||||
feedback
|
|
I flip between indent and marker with this in my vimrc..
Indent works ok for most beautified html but I use marker for large declarative table of contents style folding of documents. Depending on who wrote the file, one will work better than the other so you need quick access to both. | ||||
feedback
|
|
I have used
(Sorry about the syntax highlighting...) I use that as a custom plugin, letting individual filetypes override it. Python, for example, doesn't want to look at previous lines, just following ones. | |||
|
feedback
|