1. 鼠標浮在方法名上就能看註釋(這個功能的名稱叫quick documentation,快捷鍵是F2或Ctrl+Shift+Space)
設置成自動顯示,方法以下:html
There is nice feature which shows quick documentation when your mouse is over element.
IntelliJ 14
Editor / General -> Show quick documentation on mouse movegit
Older versions
Add the following line to idea.properties file:github
auto.show.quick.doc=true
2。Eclipse中的回車能自動跳到行尾,IDea怎麼作?
Ctrl+Shift+Enter(跳到行尾而且若是行尾沒有分號自動補上分號)或者Ctrl+Right
3.Ctrl+1在 IDEA中是用的Alt+Entermybatis
4.查看方法參數(或叫方法簽名) Ctrl+P, 這個功能叫parameter infointellij-idea
5.Double Shift這個比Ctrl+Shift+R好用,又更方便。ide
6. Ctrl+ Tab也不錯,在editor間來回切換(有時候要在IDE中打開的兩個文件之間切換,你是否是習慣性的按下Alt+Tab,我就有這個毛病)
7. Alt +Q 快捷顯示當前行在哪一個方法裏(若是方法體太長,一屏顯示不下這個頗有用).ui
8. 複製當前行到粘貼板, Ctrl+C(不要選中任何內容)
9。Ctrl+Shift+V 高級粘貼。。idea
10. 自動導入Class, 在IDEA中須要不斷地按Alt+Enter來導入缺失的class,是否是很煩?
在settings中搜索Auto Import所有打上勾就解決了,(連Ctrl+Shift+O都省了,是否是很爽)spa
11.IDEA默認支持zen coding,寫html不再用敲尖括號了.,補全的快捷鍵是tab,不是Alt+/插件
12. IDEA中其它好用的快捷鍵 (2016補充)
a. Find Action 設置爲Cmd+Shift+A
b. 跳到配對的花括號 Ctrl + M
c. 新建文件/文件夾/Setter/Getter/JUnit Test Case (Cmd + N ) 這個是一鍵多用, 不一樣的場合按cmd+N會出來不一樣的菜單.
d. Project設置爲Cmd + 1 (toggle左邊的Project視圖)
13. 在多個項目間切換. (2016.12.14補充)
Eclipse的Package explorer一下能顯示多個project, IDEA一次只能打開一個project,而且切換趕來很麻煩.
只要裝一個叫Frame Switcher的插件, (我設置成了快捷鍵Cmd+2),,按下這個鍵就能在不一樣的project之間來回切.
IDEA的快捷鍵適用於全部Intellij系列, 學會了一套, 再用其它的IDEA好比WebStorm, PyCharm, AppCode隨便玩.
14. 選中文字後輸入雙引號就直接套上?
Settings > Editor > Smart Keys > Surround selection on typing quote or brace
便可選擇文字後輸入 」 ‘ < ( { 的時候自動套上去
100.最重要的當屬代碼提示.Eclipse中叫content assistant,IDEA中叫completion,和輸入法衝突要本身動手,設置成什麼純屬我的喜愛。
歡迎補充.
IDEA Server
alias idea="nohup ~/bin/IntelliJIDEALicenseServer_darwin_amd64 -u cyper -p 6666 &"
IDEA插件區(201607)
[Free MyBatis Plugin](https://github.com/wuzhizhan/intellij-mybatis-plugin.git)
JUnit Generator V2.0
https://www.parleys.com/tutorial/42-intellij-idea-tips-tricks-45-minutes
參考:https://github.com/damao/Intellij-IDEA-F2E