goaop / idea-plugin

Go! AOP Framework plugin for PhpStorm

Home Page:https://plugins.jetbrains.com/plugin/7785

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go! AOP Framework plugin for PhpStorm

https://plugins.jetbrains.com/plugin/7785

License:MIT License


Languages

Language:Java 97.1%Language:Lex 2.9%