Vim PHP omni completion

前端 未结 9 1011
醉话见心
醉话见心 2020-12-07 12:44

I\'m trying to get PHP autocompletion right in Vim. Right now when I do a $blog = new Blog(); $blog-> and then hit CTRL+X CTRL+O I\'d expect omn

9条回答
  •  [愿得一人]
    2020-12-07 12:48

    You can use a pretty powerful combo:

    • Phpactor
    • nvim-completion-manager

    I tried a lot of stuff: PHPComplete, Padawan and so on. This is the best I could find.

    In case you are interested, I wrote as well an article how to do a PHP IDE with Vim.

提交回复
热议问题