You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -208,11 +208,11 @@ The default message is `You do not have permission to perform that action`.
208
208
209
209
## IDE Autocompletion within PHPStorm
210
210
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.
212
212
213
-
At present, the following process will allow for autocompletion:
213
+
At present, the following process will trigger autocompletion in PHPStorm:
214
214
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
216
216
- Optionally add `_ide_helper_macros.php` to your `.gitignore` file
0 commit comments