Update README.md
This commit is contained in:
parent
7afa237ee0
commit
4b7f4f7e47
@ -10,7 +10,7 @@ This plugin handles:
|
|||||||
|
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
Variables:
|
## Config Variables:
|
||||||
|
|
||||||
You can overwride two variables on your .vimrc:
|
You can overwride two variables on your .vimrc:
|
||||||
|
|
||||||
@ -19,6 +19,8 @@ You can overwride two variables on your .vimrc:
|
|||||||
|
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
## Service & routing completion
|
||||||
|
|
||||||
To handle routing or DIC autocompletion, you must define the path to your app console that returns valid output concerning dic and routing.
|
To handle routing or DIC autocompletion, you must define the path to your app console that returns valid output concerning dic and routing.
|
||||||
|
|
||||||
Then you can use <C-x><C-u> (user completion feature) to see all routes and DIC services with some extra informations in the ViM's menu popup.
|
Then you can use <C-x><C-u> (user completion feature) to see all routes and DIC services with some extra informations in the ViM's menu popup.
|
||||||
@ -38,6 +40,8 @@ If you want to change this:
|
|||||||
|
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
## stack trace navigation
|
||||||
|
|
||||||
To handle stack trace navigation with Symfony2, you can use this exception handler class:
|
To handle stack trace navigation with Symfony2, you can use this exception handler class:
|
||||||
|
|
||||||
https://github.com/docteurklein/vim-symfony/blob/master/VimExceptionHandler.php
|
https://github.com/docteurklein/vim-symfony/blob/master/VimExceptionHandler.php
|
||||||
|
Loading…
Reference in New Issue
Block a user