3

Is there any vim plugin available for auto suggestion of magento classes,functions? or is there any workaround available to achieve this?

blakcaps
  • 2,647
  • 10
  • 46
  • 71

1 Answers1

4

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.

Alana Storm
  • 164,128
  • 91
  • 395
  • 599