I have some method:
public int getSomeField()
I want to generate javadoc like this:
/**
* Gets {someField}
*
* @return value of {someField}
*/
Where {someField} is placeholder for field name. It is possible to create this templates for Intellij Idea (may be as …
In Intellij Idea when i typing psfs and then press Ctrl+J IDE was getting me a dialog :
And when i press Enter i get an
I know where i can customize my own output
But i can't any doc's …
Is there any way to use a default token value in Intellij Live templates? For example I have the following live template which declares a private variable that I would like to create nearly for every class:
private static final …