-
Notifications
You must be signed in to change notification settings - Fork 117
IDE Code Templates
Daan van Yperen edited this page Jun 1, 2019
·
1 revision
Example: expands amap-TAB-Position-ENTER to
private ComponentMapper<Position> positionMapper;- template text:
private com.artemis.ComponentMapper<$COMPONENT$> $CAMEL_COMPONENT$Mapper;$END$- Variables
-
COMPONENT: Expression
expectedType() -
CAMEL_COMPONENT: Expression
decapitalize(COMPONENT)skipIfDefined
-
COMPONENT: Expression
Example: expands gmap-TAB-Position-ENTER to
final Position position = positionMapper.get(e);- template text:
final $COMPONENT$ $CAMEL_COMPONENT$ = $CAMEL_COMPONENT$Mapper.get(e);$END$- Variables
-
COMPONENT: Expression
expectedType() -
CAMEL_COMPONENT: Expression
decapitalize(COMPONENT)skipIfDefined
-
COMPONENT: Expression
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference