-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create IntellijIDEA plugin for inject logger field in class with annotation #225
Comments
Thank you for reporting an issue. See the wiki for documentation and slack for questions. |
+1 |
Contribution for that is welcome! |
Is this issue still valid? I could tackle it, but I'm a bit confused as to what @megaomegapepe is referring to. Unless I'm mistaken, the |
what I did in the past is a plugin that adds to file:
but I never published the plugin. |
If you think it'd be worthwhile, I can investigate this, but it seems a bit overkill to create and maintain a plugin for IntelliJ just so that one line can be added to the file.
|
I would be nice to use annotation on class, which can inject default logger for this class as field, like @slf4j annotation in java, that inject log field.
The text was updated successfully, but these errors were encountered: