android studio 快捷键更改为和eclipse一样

来源:互联网 发布:西部证券软件 编辑:程序博客网 时间:2024/04/30 00:05

常用快捷键:

首先改为Eclipse快捷键(然后大部分快捷键都会跟Eclipse一致了)

Settings->IDE Settings->Keymap->Keymaps选择Eclipse


1.像Eclipse那样快速跳出括号
Keymap->Editor Actions->Complete Current Statement:默认是Ctrl+Shift+Enter;Shift+Enter则不管现在光标在哪个位置,直接新开一行


2.代码提示列表(Eclipse中的Content Assist,Alt+/)
Keymap->Main Menu->Code->Completion->Basic:默认是Ctrl+Space


3.错误修正提示列表(Eclipse中的Quick Fix,Ctrl+1)
Keymap->Other->Show Intention Action:默认是Alt+Enter


4.快速Overried方法
Keymap->Main menu->Code->Override Methods:需要自己设定


5.Eclipse中的outline
Keymap->Main Menu->Navigate->File Structure:默认是Ctrl+F3


6.版本控制中Diff的Next和Prev
Keymap->Other->Move to the next difference:默认是Ctrl+f7
Keymap->Other->Move to the previous difference:默认是Shift+f7
0 0
原创粉丝点击