I'm an Android newcomer who has been an iOS engineer for about 4 years and recently started developing Android. I will write the settings that I did first.
Android Studio Install
I installed it from the following. Android Studio
Editer |
---|
Preference -> Editor -> General -> Appearance |
I set it like this.
Preference -> Editor -> General -> Ensure line feed at file end on Save
Download Xcode keybindings IntelliJ-IDEA-Xcode-Keymap
Move xml file
$ pwd
/Users/honda/Library/Preferences/AndroidStudio3.6/keymaps
Change the keyboard referring to the article.
title | Shortcut |
---|---|
Backspace | Ctrl + H |
Delete | Ctrl + D |
Assign Ctrl + H to Backspace on Android Stuido
Optional
Genymotion Install
Membership registration is required. genymotion
I introduced Install and plugin by referring to this article. Genymotion + Android Studio on Mac
Preferences -> Editor -> Code Folding
[Review the tools you usually use-Android Studio-](http://qiita.com/shikato/items/518eb763227db8acecf0#Disable the folding function)
After selecting the setting button, check Auto Scroll from Source
I just don't like the default syntax highlighting ... change the theme.
https://qiita.com/i35_267/items/cac5087685884707519e
Recommended Posts