Programming/Android
Android Studio에서 Package 자동 Import (이클립스 Ctrl+Shit+O) & 자동 키맵핑 바꾸기
brent.lee
2015. 5. 26. 13:46
반응형
File
-> Settings
-> Editor
-> General
-> Auto Import
-> Java
-
change
Insert imports on paste
value toAll
-
mark
Add unambigious imports on the fly
option as checked
키맵핑 바꾸기
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.
http://stackoverflow.com/questions/16615038/what-is-the-shortcut-to-auto-import-all-in-android-studio
반응형