Provides Go! AOP Framework support for PhpStorm IDE such as pointcut highlighting, analysis, referencing and much more, allowing native feeling of AOP in project.
Open "Settings > "Plugins", select "Browse Repositories" and type "Go! AOP" or install plugin directly. Install it and PHP Annotations Plugin, then restart your IDE
- Go! AOP pointcut syntax highlighting and parsing
- Analysis of pointcuts and insertion of line markers for navigation to the concrete advice
- Highlighting of incorrect doctrine annotations for @access, @execution and @within pointcuts
- Completion of doctrine annotations for @access, @execution and @within pointcuts
- Completion of visibility modifiers and pointcut keywords
- Automatic injection of pointcut language into the Go\Lang\Annotation* annotations
- Color settings adjustment for pointcut expressions
- Navigation from advices to the advised elements
- PHP Language injection into the Php-Deal Design-by-Contract framework