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=
Please sign in to leave a comment.
You can create a live template as described at https://stackoverflow.com/a/44834284/104891.