sponsor Vim development Vim logo Vim Book Ad

composer.vim : Initial release

 script karma  Rating 0/0, Downloaded by 1103  Comments, bugs, improvements  Vim wiki

created by
Noah Frederick
 
script type
utility
 
description
Composer.vim provides conveniences for working with Composer PHP projects.
Some features include:

* `:Composer` command wrapper around `composer` with smart completion
* Navigate to source files using Composer's autoloader
* Insert `use` statement for the class/interface/trait under cursor
* Projectionist support (e.g., `:Ecomposer` to edit your
  `composer.json`, `:A` to jump to `composer.lock` and back)
* Dispatch support (`:Dispatch` runs `composer dump-autoload`)

See `:help composer` for details.
 
install details
Using vim-plug, for example:

Plug 'noahfrederick/vim-composer'

Optionally install Dispatch.vim and Projectionist.vim for projections and asynchronous command execution:

Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-projectionist'

Note: either Projectionist.vim or Vim version 7.4.1304 or later is required for JSON support.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
composer-1.0.1.zip 1.0.1 2016-09-01 7.3 Noah Frederick * Fixes an egregious error that prevented command completion from working
composer-1.0.0.zip 1.0.0 2016-08-31 7.3 Noah Frederick Initial upload
ip used for rating: 3.144.109.5

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github