1. 程式人生 > >IntelliJ IDEA快捷鍵:Ctrl+Shift+空格

IntelliJ IDEA快捷鍵:Ctrl+Shift+空格

idea快捷鍵 anti 類型 col 完成 color span 對象 object

The smart type code completion may be used after the new keyword,to instantiate an object of the expected type.For example,type StringBuffer buffer = new and press Ctrl+Shift+空格:StringBuffer buffer = new StringBuffer();

可以在new關鍵字之後使用智能類型代碼完成來實例化期望類型的對象。例如,鍵入StringBuffer buffer = new並按Ctrl + Shift +空格

:StringBuffer buffer = new StringBuffer();

IntelliJ IDEA快捷鍵:Ctrl+Shift+空格