Deoplete plugin for symfony services. Provides service names completions in PHP files. It searches for ./app/console or ./bin/console executable in current working directory, executes it with debug:container parameter and puts result into completon sources. Works with symfony 2, 3 and 4.
Installation (using vim-plug)
Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins'}
Plug 'jvmanji/deoplete-sfservices'