How to insert smart statement completion
已回答
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=
请先登录再写评论。
You can create a live template as described at https://stackoverflow.com/a/44834284/104891.