단축키가 안먹음
https://smujihoon.tistory.com/87
javaproposals 다 체크하고, 위로 올려준 뒤 이클립스 재부팅- 자동완성 사용했을 때 아래 같은 알림 뜸
https://ryang555.tistory.com/39
https://stackoverflow.com/questions/1367306/eclipse-java-content-assist-not-working
this is most likely due to something interrupting the proposal operation (e.g. garbage collection). Ignore it if it does not recur, increase Eclipse’s memory if it does (e.g via -Xmx384M command line argument). See bug 141457 for more details.
그냥 무시하니까 일단은 잘 된다. => 이유는 모르겠지만 .. 이후 일주일 정도 지났으나 같은 문제 발생하지 않음. 이클립스 상의 오류인 것 같기는 하다