In Intellij Idea when i typing psfs
and then press Ctrl+J IDE was getting me a dialog :
And when i press Enter i get an
I know where i can customize my own output
But i can't any doc's how i can write my own live template.
In the end i want to get next result :
Typing : psfst
-> press Ctrl+J -> press Enter
Result :
public static final String TAG = <currentClassName>.class.getSimpleName();
It will be so helpfull, because i have a habit to log my classes.