We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255192a commit 3453fa4Copy full SHA for 3453fa4
1 file changed
README.md
@@ -8,6 +8,8 @@ Currently includes:
8
* `php-extras-eldoc-documentation-function`
9
* Auto complete source for PHP functions based on
10
`php-extras-eldoc-documentation-function`
11
+ * Company completion back-end for PHP functions based on
12
+ `php-extras-eldoc-documentation-function`
13
14
15
## `php-extras-insert-previous-variable`
@@ -67,6 +69,12 @@ The source we provide with `php-extras` will hopefully be more up to
67
69
date.
68
70
71
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
78
## Installation
79
80
The easiest way to install `php-extras` is probably to install it via
0 commit comments