Eclipse 經常使用快捷鍵 個性設置(Mac)

推薦編程使用Mac 要是非要一個緣由 那就是Apple工程師用Mac Google工程師也用Mac java

1. 經常使用快捷鍵編程

Mac自帶字體

Command +   跳到當前文本行頭spa

Command +   跳到當前文本行尾3d

Command + ↑  跳到整個文本頭xml

Command + ↓  跳到整個文本尾對象

Shift + Command + ←或者→  選中當前行blog

Command + Z  後悔藥繼承

Command + X  剪切ip

Command + C  粘貼

Command + V  複製

Eclispe功能鍵

Control + Q  定位到最後編輯的地方

Command + /  單行註釋

Control + Command + /  多行註釋

Option + /  代碼助手完成一些代碼的插入(智能提示)

Command + O  顯示大綱 快速搜方法

Command + D  刪除當前行

Command + T  快速顯示當前類的繼承結構

Command + W  關閉當前Editer

Command + K  參照當前選中的詞快速定位到下一個

Command + I  在Package Explorer選中項目 打開Properties

Command + 1  快速修復

(Command + 2) + L  new對象時快速返回變量類型及變量名

Option + ↓  向下移動當前行

Option + ↑  向上移動當前行

Command + Option + ↓  複製當前行到下一行 

Command + Option + ↑  複製當前行到上一行

Shift + Command + O  導包

Shift + Command + W  關閉全部打開的Editer

Shift + Command + X  把當前選中的文本所有變爲大寫

Shift + Command + Y  把當前選中的文本所有變爲小寫

Shift + Command + F  格式化當前代碼

Shift + Command + P  定位到對於的匹配符

 

2. 個性設置

字體大小

Mac狀態欄 Eclipse-->偏好設置-->General-->Appearance-->Colors and Fonts

右邊選擇Basic-->Text Font 選好後 Apply (代碼編輯 XML Console都會更改<Console可能須要重啓Eclipse纔會生效>)

java編輯區

Mac狀態欄 Eclipse-->偏好設置-->General-->Editor-->Text Editors

右邊選擇Appearance color options 

選Current line highlight 當前選中行的背景顏色 65 65 65

選Selection background color 當前選中詞的背景顏色 45 88 147

選Background color 選擇背景顏色 57 57 57

Mac狀態欄 Eclipse-->偏好設置-->General-->Editor-->Text Editors-->Annotations

右邊Occurrences 這個是當前選中詞 關聯到相同詞 那些相同詞的背景顏色 推薦 45 88 147

右邊Write Occurrences 這個是當前選中詞 第一次初始化詞的背景顏色 推薦 255 0 0 

在Eclipse最上面有個毛筆的圖標 取消勾選即不關聯當前選中詞 默認勾選 推薦勾選

Mac狀態欄 Eclipse-->偏好設置-->Java-->Editor-->Syntax Coloring

右邊選擇Java 而後能夠自由選擇顏色了

Annotations(註解) 199 190 66

Fields(字段) 255 255 0

Keyword 'return'(return關鍵字) 255 0 0

Keyword excluding 'return'(不包含return的其餘關鍵字) 255 0 0 

Method declarations(方法聲明) 239 207 133 勾選 Underline(下劃線)

Method(方法) 239 207 133

Number(數字) 199 190 66

Static Method invocations(靜態方法調用) 239 207 133 勾選 ltalic(傾斜字體)

Strings(字符串) 199 190 66

xml編輯區

Mac狀態欄 Eclipse-->偏好設置-->XML-->XML Files-->Editor-->Syntax Coloring

右邊Attribute Names 鍵 159 141 183

右邊Attribute Values 值 239 207 133

右邊Comment Content 註釋內容 146 146 146

右邊Comment Delimiters 註釋括號 146 146 146

右邊Tag Delimiters 標籤括號 239 207 133

右邊Tag Names 標籤名字 239 207 133

編輯設置

Mac狀態欄 Eclipse-->偏好設置-->Java-->Editor-->Content Assist

右邊Auto activation tiggers for Java 後面輸入框的內容表示輸入什麼樣的字符彈出提示 設置成".abcdefghijklmnopqrstuvwxyz" 就是說輸入"."或者26個字母任何一個都會彈出提示

右邊Auto activation delay(ms) 提示時間 能夠改爲20 

相關文章
相關標籤/搜索