How to insert smart statement completion

Answered

Many a times we use statements like Person person = new Person(); Is there a keyboard shortcut to auto complete the new Person() once I write Person person=

0
1 comment

You can create a live template as described at https://stackoverflow.com/a/44834284/104891.

0

Please sign in to leave a comment.