4 Jun 2015

Android Studio shortcuts like Eclipse

Yes, like Eclipse. For Android studio there is a list of shortcuts. Here are a few that I know.
Add unimplemented methods: CTRL + I
Override methods: CTRL + O
Format code: CTRL + ALT + L
Show project: ALT + 1
Show logcat: ALT + 6
Hide project - logcat: SHIFT + ESC

Build: CTRL + F9
Build and Run: CTRL + F10
Collapse all: CTRL + SHIFT + NumPad +
Expand all: CTRL + SHIFT + NumPad -
Find and replace: CTRL + R
Find: CTRL + F

By changing the keymaps settings you can use the same keyboard short cuts as in Eclipse (Or your favourite IDE)
File -> Settings -> KeyMap
Android Studio -> Preferences -> KeyMap (Mac)

change keymaps settings to eclipse so that you can use the short cut keys like in eclipse.
Eclipse shortcut in Android studio


No comments:

Post a Comment