Can someone explain the pattern at todo optional tab in intellij
for example :if i type "todo" then I want the "todo" tag should output:
//todo this is your code here
what should I do?
The window in your screenshot just controls the icons shown on the left gutter.
What you want is a live template:
Then, in a java code, type todo + tab.