blakcaps
blakcaps

Reputation: 2647

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?

Upvotes: 3

Views: 1012

Answers (1)

Alana Storm
Alana Storm

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

Related Questions