I want to create a live template to wrap a code before the dot.
Example:
userDao.getUser().asst
assertThat(userDao.getUser())
So basically I want to create a live template with functionality similar to sout
, try
, listOf
etc.
Can you suggest how to create it?