2016-06-13 47 views
1

我失去了很多的時間把在我的代碼的空間適量,回去與光標向前,因爲它看起來正是我喜歡的方式...例如:eclipse如何定義IDE在自動完成時使用多少個空格?

identifier space assignmentOperator 
    space someFunction space leftParenthesis 
    space argument space rightParenthesis space semicolon 

代碼示例:

char character = JOptionPane.showInputDialog("Introduce the 
character that is gonna draw the rectangle").charAt (0) ; 

這樣一切看起來好多了,但是當eclipse autocompletes它不使用任何這些空間,所以我必須把它們手工。

回答

相關問題