diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 2b03afb..dfa724e 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ net.rentalhost.idea.laravelInsight Laravel Insight - 0.2.0 + 0.3.0 Rentalhost.net @@ -12,12 +12,33 @@ Laravel Insight is a very helpful PhpStorm IDE plugin that - introduces a lot of features when you are working with Laravel Framework. + introduces a lot of features when you are working with Laravel Framework.

+ +
    +
  • Better Blade support (eg. folding);
  • +
  • Better Eloquent\Model support (eg. query scopes completion);
  • +
  • Better Support\Fluent support;
  • +
+ + Read all features and details at official Wiki. ]]>
Digon Release
- Official changelog. + Trigon Release
+ Official changelog. + +

Added

+
    +
  • Fluent: property without annotation inspection (more info);
  • +
  • Fluent: should not be instantiated directly (more info);
  • +
  • Fluent: should not be used as type directly (more info);
  • +
  • Blade: support to folding Blade statements and comments (more info);
  • +
+ +

Improvement

+
    +
  • Resolution: improvement to variable types resolution (eg. when inside of parentheses);
  • +
]]>