Not seeing function definitions all over the place would make my code much more readable.
Is there a way to hide them in vim?
Not seeing function definitions all over the place would make my code much more readable.
Is there a way to hide them in vim?
You're looking for folding.
http://vim.wikia.com/wiki/Folding
It allows you to "fold" lines of text into a single line and unfold them later.