Skip to content

Commit 3ff5334

Browse files
author
Robert Allport
authored
Improve readme
1 parent c0a6131 commit 3ff5334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ The default message is `You do not have permission to perform that action`.
208208

209209
## IDE Autocompletion within PHPStorm
210210

211-
Autocompletion of "macroable" classes with PHPStorm currently difficult. As great as macros are, there is no solution to enable autocompletion.
211+
Autocompletion of "macroable" classes with PHPStorm currently difficult, which is a shame given how useful macroable classes actually are.
212212

213-
At present, the following process will allow for autocompletion:
213+
At present, the following process will trigger autocompletion in PHPStorm:
214214

215-
- Copy `resources/_ide_helper_macros.php` to a location within your project to allow PHP storm to index the additional class methods
215+
- Copy [resources/_ide_helper_macros.php](resources/_ide_helper_macros.php) to a location within your project to allow PHP storm to index the additional class methods
216216
- Optionally add `_ide_helper_macros.php` to your `.gitignore` file
217217

218218
## Contribution

0 commit comments

Comments
 (0)