- Add a
uuid()
Live Template function expression - Add the following Live Templates
uidx
generatesUUID.fromString("93ff84c7-b981-4d9b-b191-da91e448a8f4")
urand
generatesUUID.randomUUID()
ustring
generatesUUID.fromString(<cursor>)
uuid
generates a random UUID"93ff84c7-b981-4d9b-b191-da91e448a8f4"
- Add the following Live Templates
instant
generatesInstant.parse("2018-01-01T00:00:00Z")
date
generatesLocalDate.parse("2018-01-01")