Is there any vim plugin to automatically suggest magento classes, functions? or is there any workaround to achieve this?
I would look at ctags. I did not use it on my own, but I know that vi / vim was one of the earliest programs that you use ctags to navigate the code. I assume that you can use your file tagsas a source for autocomplete VIm.
tags