Top "Live-templates" questions

Available in most JetBrains IDEs, live templates let you insert frequently used or custom code constructs into your source code file quickly, efficiently, and accurately.

How configure Intellij Idea javadoc templates?

I have some method: public int getSomeField() I want to generate javadoc like this: /** * Gets {someField} * * @return value of {someField} */ …

java intellij-idea javadoc auto-generate live-templates
Auto-generate Android Log TAG in Android Studio/Intellij idea

In Intellij Idea when i typing psfs and then press Ctrl+J IDE was getting me a dialog : And when …

java android android-studio intellij-idea live-templates
Intellij Live Template

Is there any way to use a default token value in Intellij Live templates? For example I have the following …

java intellij-idea live-templates
How to use variable value in live templates in Intellij IDEA?

I want to create live template for setter. I've created this template How can I use value of par variable …

intellij-idea live-templates
What is the Eclipse equivalent of IntelliJ "Live templates"?

I mean stuff like typing "iter" and getting a "for" loop with a choice of what variable to iterate on , …

java eclipse ide intellij-idea live-templates
Choose position of cursor after a live template

In IntelliJ IDEA, I have defined a live template like this: @Inject private void postInject() { //I want the cursor to …

intellij-idea jetbrains-ide live-templates
How can i add custom expression functions for Live templates in Intellij

How can add new custom functions for Live Templates in Idea Intellij. For example i need a custom function which …

intellij-idea live-templates
How to set default value of variable in live template in Intellij IDEA?

There could be a little misunterstanding in live templates in Intellij IDEA. I mean default values for variables in templates. …

intellij-idea live-templates