We should add support for Drupal Console as well as Drush. I think it would be especially helpful to have the templating comands (drupal generate:*) available from inside Vim.

Comments

benjifisher created an issue.

bloke_zero’s picture

This would be great - being able to create the boiler plate for e.g. a form with `drupal generate:form` would be great. I guess the issue would be around making Console work robustly without having to have make the connection with a current Drupal install, perhaps just define the Drupal version in .vimrc?