Skip to content

Commit 3453fa4

Browse files
committed
Documented support for company-mode.
1 parent 255192a commit 3453fa4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Currently includes:
88
* `php-extras-eldoc-documentation-function`
99
* Auto complete source for PHP functions based on
1010
`php-extras-eldoc-documentation-function`
11+
* Company completion back-end for PHP functions based on
12+
`php-extras-eldoc-documentation-function`
1113

1214

1315
## `php-extras-insert-previous-variable`
@@ -67,6 +69,12 @@ The source we provide with `php-extras` will hopefully be more up to
6769
date.
6870

6971

72+
## Company completion back-end for PHP functions based
73+
74+
Users of [company-mode](http://company-mode.github.io/) will also get
75+
in-buffer completion based on the extracted PHP functions.
76+
77+
7078
## Installation
7179

7280
The easiest way to install `php-extras` is probably to install it via

0 commit comments

Comments
 (0)