Skip to content

goaop/idea-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpStorm / Go! AOP Framework integration plugin

Provides Go! AOP Framework support for PhpStorm IDE such as pointcut highlighting, analysis, referencing and much more, allowing native feeling of AOP in project.

GitHub release Minimum IDEA Version License

Installation

Open "Settings > "Plugins", select "Browse Repositories" and type "Go! AOP" or install plugin directly. Install it and PHP Annotations Plugin, then restart your IDE

Features

  • Go! AOP pointcut syntax highlighting and parsing
  • Analysis of pointcuts and insertion of line markers for navigation to the concrete advice IDEA Pointcut analysis
  • Highlighting of incorrect doctrine annotations for @access, @execution and @within pointcuts
  • Completion of doctrine annotations for @access, @execution and @within pointcuts Doctrine annotation completion
  • 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 Navigate to advised elements

Additional features