Hi, is there a way to have a variable in a Live Te...
# intellij
a
Hi, is there a way to have a variable in a Live Template to be equal to another template concatenated with a string IF the other variable is defined ? like
Copy code
variable1 = "test"
variable2 will be "test" + "."

but if
variable1 = ""
variable2 will just be ""