Martin
Martin

Reputation: 11865

How to (re)enable IntelliJ IDEA alt-enter log support

IntelliJ IDEA has a nice litte feature which allows to create unique LOG IDs for your log output.

It is simply used by typing Alt-Enter and then choose Add-LogID.

But I did it again. A slip of a finger and instead of Add-LogID I clicked Disable. Now the feature gone. Disappeared. Can't find it any more.

Does anybody know how to re-enable the it?

Upvotes: 0

Views: 1295

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401965

IntelliJ IDEA doesn't provide such intention out of the box, most likely you are using the third-party Log Support plug-in. Double check that it's still installed and enabled, then turn on this intention:

enter image description here

Upvotes: 3

Related Questions