how do i use intellij's search & replace templates to take a statement and turn it into a fixed statement expression. It just says expressions aren't allowed. Do i need to wrap it in quotes?
e.g. search is
@Slf4j
, replace is
val log = KotlinLogger {}
. how do i get that result?