Vim plugin for magento

Is there any vim plugin to automatically suggest magento classes, functions? or is there any workaround to achieve this?

+3
source share
1 answer

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.

+4
source

All Articles