-
-
Notifications
You must be signed in to change notification settings - Fork 75
Moose support
Alexandr Evstigneev edited this page Oct 16, 2017
·
4 revisions
Basic Moose support implemented:
- Proper
use Moose;
anduse Moo;
processing. -
extends
andwith
statements support. -
inner
andsuper
calls resolution. - Resolution and refactoring in method modifiers:
around
,after
,before
andaugment
. - Parsing, resolution and refactoring for
override
statement (annotations supported). - Parsing, resolution and refactoring for
has
statement (annotations supported). - Live-templates for Moose constructions
- Home
- Getting started
- Features
- Languages & Frameworks
- Integration
- Version Managers
- Misc