Vim plugin for magento
Is there any vim plugin available for auto suggestion of magento classes,functions? or is there any workaround available to 开发者_运维问答achieve this?
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.
精彩评论