Hamza
03/31/2020, 12:07 PM{statement}.{{templateName}}
? Similar to how doing something like
val x = "hi"
x.sout <Tab> // -> println(x)
ATM, I just duplicated the sout template and added my own, but it doens't work where I call it on another variable. Is that even possible?
So I can do something like
x.{{templateName}}<Tab> // -> Something.doSomething(x)
Hamza
03/31/2020, 12:16 PM{expression}.sout
and it will automatically complete to println({expression})
Michael de Kaste
03/31/2020, 12:17 PMHamza
03/31/2020, 12:17 PM