From 3ff5334ffd598bac4be1c4f7930a8db0bd6e269b Mon Sep 17 00:00:00 2001 From: Robert Allport Date: Sat, 15 Aug 2020 17:44:47 +0100 Subject: [PATCH] Improve readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81ca06f..0d56e31 100644 --- a/README.md +++ b/README.md @@ -208,11 +208,11 @@ The default message is `You do not have permission to perform that action`. ## IDE Autocompletion within PHPStorm -Autocompletion of "macroable" classes with PHPStorm currently difficult. As great as macros are, there is no solution to enable autocompletion. +Autocompletion of "macroable" classes with PHPStorm currently difficult, which is a shame given how useful macroable classes actually are. -At present, the following process will allow for autocompletion: +At present, the following process will trigger autocompletion in PHPStorm: -- Copy `resources/_ide_helper_macros.php` to a location within your project to allow PHP storm to index the additional class methods +- 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 - Optionally add `_ide_helper_macros.php` to your `.gitignore` file ## Contribution