Skip to content

Instantly share code, notes, and snippets.

@solo-yolo
Created October 26, 2017 16:06
Show Gist options
  • Save solo-yolo/1a9de90d6f4653e91b69fae2750e3c65 to your computer and use it in GitHub Desktop.
Save solo-yolo/1a9de90d6f4653e91b69fae2750e3c65 to your computer and use it in GitHub Desktop.
intellij log live template
private static final org.slf4j.Logger LOGGER = org.slf4j.LoggerFactory.getLogger($CLASS_NAME$.class);
@solo-yolo
Copy link
Author

  1. cmd + shift + a
  2. type: live templates
  3. click on +
  4. add template text content
  5. click 'Edit variables'
  6. type className expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment