Skip to content

0.2.0: Digon Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@rentalhost rentalhost released this 09 Jun 21:01
· 48 commits to master since this 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 {});