Quick insert TODO line

android-studio, intellij-idea

Solution

Check out the Live Templates feature of IntelliJ. I hope it'll satisfy your needs.

Here's a tutorial video on how to create one.

Problem

Is it possible to setup IDEA to be able to quick insert `// TODO` lines? For example keybinding or code completion pattern? I didn't find anything.

Original source