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

已回答

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

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

0

请先登录再写评论。