- Intellij Preferences > Live Templates > group
Java - Add a new one with
- abbreviation
log - Description
Add airlift Logger - Template text
private static final io.airlift.log.Logger log = io.airlift.log.Logger.get($CLASS_NAME$.class); - Applicable contexts:
Java > Declaration - check
Shorten FQ names - Edit variables button and there add
CLASS_NAMEvariable withclassName()expression
- abbreviation
Created
June 20, 2024 11:26
-
-
Save findepi/d525d134a28130379bfb0f4ac61b0119 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment