0.2.0: Digon Release
Pre-release
Pre-release
This new release is focused on Laravel query scores and too receives a small upgrade to "column without annotation" inspection.
Added
- Plugin: is now distributed on official Jetbrains plugins repository (see);
- Query Scopes: ctrl+click on a scoped method resolve to scope declaration (more info);
- Query Scopes: code completion to scope methods (more info);
- Inspection: column without annotation now try to guess the column type based on some contexts (more info);
Fixed
- NPE: when class name identifier is absent (eg.
class {}
);