天天看點

myeclipse取消js的提示錯誤和一些正常操作

直接上圖,按照操作來就可以了

myeclipse取消js的提示錯誤和一些正常操作

MyEclipse實用操作之屏蔽對檔案的錯誤校驗

要屏蔽的檔案——(右鍵)——MyEclipse——Exclude From Validation

MyEclipse實用操作之管理User Libraries

Window——Preferences——Java——Build Path——User Libraries

MyEclipse實用操作之設定提示間隔

Window——Preferences——Java——Editor——Content Assist——Auto-Activation

MyEclipse實用操作之設定JSP預設的charset

Window——Preferences——MyEclipse——Files and Editors——JSP——Creating files——Encoding

修改編碼

Window——Preferences—正常—内容類型

項目——(右鍵)——Properties——MyEclipse——Web——Context Root

MyEclipse實用操作之切換工作區

File——SwitchWorkspace——Other

MyEclipse實用操作之代碼格式化

選中要格式化的代碼——右鍵——(Source——)Format

選中要格式化的代碼——Ctrl+Shift+F

MyEclipse實用操作之塊注釋

選中要注釋的代碼塊——Ctrl+/

MyEclipse實用操作之提示标簽、屬性

Ctrl+Shift+<

MyEclipse實用操作之轉到定義

F3

MyEclipse實用操作之切換工作空間

File——Switch Workspace——Other

MyEclipse實用操作之設定JSP字元集

Window——Preferences——MyEclipse Enterprise Workbench——Files and Editors——JSP——Creating files——Encoding

MyEclipse實用操作之重寫

在要重寫的方法所在的類體中,右鍵——Source——Override/Implement Methods

MyEclipse實用操作之關閉derby

Window——Preferences——General——Startup and shutdown

MyEclipse實用操作之設定doc路徑

選中.jar——右鍵——Properties——Javadoc Location——Javadoc in archive——External file或Javadoc URL

MyEclipse實用操作之拼寫檢查設定

Window——Perferences——General——Editors——Text Editors——Spelling——Enable spell checking

Project——Clean

MyEclipse實用操作之代碼片段管理

選中一段代碼——右鍵——Add to Snippets