补全
提供MyBatis代码补全功能,如:
Property
<resultMap>子标签<id>和<result>中property属性

JdbcType
<resultMap>子标签<id>和<result>中jdbcType属性

Test
<if>和<when>标签中的 test 属性
扩展
时间字段且以
start开始:null != {startProperty} and null != {endProperty}枚举字段:
null != {property} and {property} == @{enumClass}@{enumConstant}(#112)

23 November 2025