@@ -62,14 +62,14 @@ this function.
62
62
COMPLETION *phpactor-completion*
63
63
64
64
65
- You will need to explcitly configure Phpactor to provide completion
65
+ You will need to explicitly configure Phpactor to provide completion
66
66
capabilities.
67
67
68
68
OMNI-COMPLETION
69
69
70
70
Use VIMs native omni-completion (| compl-omni | )
71
71
72
- Enbale omni-completion for PHP files:
72
+ Enable omni-completion for PHP files:
73
73
>
74
74
75
75
autocmd FileType php setlocal omnifunc=phpactor#Complete
@@ -105,7 +105,7 @@ COMMANDS *phpactor-commands*
105
105
Extract a constant from a literal
106
106
107
107
:[N] PhpactorImportClass *:PhpactorImportClass*
108
- Import the name under the cusor . If multiple options are available, you are
108
+ Import the name under the cursor . If multiple options are available, you are
109
109
able to choose one.
110
110
111
111
:[N] PhpactorImportMissingClasses *:PhpactorImportMissingClasses*
@@ -135,15 +135,15 @@ COMMANDS *phpactor-commands*
135
135
136
136
:[N] PhpactorFindReferences *:PhpactorFindReferences*
137
137
Attempt to find all references to the class name or method under the cursor.
138
- The results will be loaded into the quik -fix list
138
+ The results will be loaded into the quick -fix list
139
139
140
140
:[N] PhpactorNavigate *:PhpactorNavigate*
141
141
Navigate - jump to the parent class, interface, or any of the relationships
142
142
defined in `navigation.destinations`
143
143
https://phpactor.github.io/phpactor/configuration.html#reference
144
144
145
145
:[N] PhpactorChangeVisibility *:PhpactorChangeVisibility*
146
- Rotate the visiblity of the method under the cursor
146
+ Rotate the visibility of the method under the cursor
147
147
148
148
:[N] PhpactorGenerateAccessors *:PhpactorGenerateAccessors*
149
149
Generate accessors for the current class
@@ -216,7 +216,7 @@ COMMANDS *phpactor-commands*
216
216
217
217
:PhpactorGotoImplementations [target] *:PhpactorGotoImplementations*
218
218
219
- Same as | :PhpactorGotoDefinition | but goto the implmentation of the symbol
219
+ Same as | :PhpactorGotoDefinition | but goto the implementation of the symbol
220
220
under the cursor.
221
221
222
222
If there is more than one result the quickfix strategy will be used and
0 commit comments