Is there any way or tools to fold function in vim, like Visual Studio or Eclipse?
yes, it is bound to the 'z' key, e.g. zO opens all folds. see ":help fold" in vim for more information. You can do folding according to very simple rules, like indentation, or according to the code syntax.