We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To add ability to generate Eid in Intellij IDEA, you can use Live Templates.
File
Settings
Editor
Live Templates
plain
+
'e'
Abbreviation
Exception ID (Eid)
Java
String
JavaScript
Other
$EID$
date("yyyyMMdd:HHmmss")
That's it. Now inside your code write e character into String literal, and hit Tab:
e
throw new EidRuntimeException("e");
After hitting Tab key