eclipse에서 자주사용하는 자동 import (ctrl+shift+o)기능을 android stuido에서 조금더 편하게

자동으로 생성 관리를 해주는 방법이 있어 공유합니다.


android studio 에서  File -> Settings -> Editor -> Auto Import -> Java


으로 이동한 이후에,


Insert imports on paste 에 있는 값을 All 로 변경


Add unambigious imports on the fly 를 체크




단축키를 누를 필요없이 자동으로 사용하는 클래스가 없으면 import에서 삭제되고 추가됩니다.



http://stackoverflow.com/questions/16615038/what-is-the-shortcut-to-auto-import-all-in-android-studio



+ Recent posts