How to use Ctrl + Alt + V to show interface?

Answered

When I write 

new HashMap<>();

then use Ctrl + Alt + V:

HashMap<Object, Object> objectObjectHashMap1 = new HashMap<>();

But I don't like it show me HashMap, I need to show Map like:

Map<Object, Object> objectObjectHashMap1 = new HashMap<>();

How to config or How to do will show interface?

 

 

 

 

0
1 comment

You can select it in the dialog and the setting will become the new default:

0

Please sign in to leave a comment.