The Code Completion feature lets you quickly complete different kinds of statements in the code.For example,start typing a class name and press Ctrl+空格 to complete it.When multiple choices are available,they are shown in the lookup list.
代碼自動補全:代碼完成功能允許您在代碼中快速完成不同類型的語句。例如,開始鍵入類名並按Ctrl +空格來完成它。當有多個選項可用時,它們將顯示在查找列表中。
Ctrl+空格與系統輸入法切換沖突,所以應把輸入代碼時的輸入法先換為windows自身的英文輸入法,或者更改idea的快捷鍵。
press Ctrl+. to choose the selected (or first) suggestion and insert a dot afterwards.
按Ctrl +. 選擇所選(或第一)建議並在之后插入一個點。
Ctrl+向下箭頭 and Ctrl+向上箭頭 will move caret down and up in the editor.
Ctrl +向下箭頭和Ctrl +向上箭頭將在編輯器中向下和向上移動插入符號。