Reputation: 2647
Is there any vim plugin available for auto suggestion of magento classes,functions? or is there any workaround available to achieve this?
Upvotes: 3
Views: 1012
Reputation: 166076
I'd take a look at ctags. I haven't used it extensively myself, but I know that vi/vim was one of the earliest programs you leverage ctags support for code navigation. My guess would be there's a way to use your tags
file as a source for VIm autocomplete.
Upvotes: 4