[eclipse] 이클립스 자동완성 설정 방법
2022-10-02 1. 방법 이클립스 상단에 window > Preferences 선택하기 java > Editor > Content Assist에서 Enable auto activation 선택하고 Auto activation triggers for Java에 아래 내용 복사해서 넣기 ._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ java > Editor > Content Assist > Advanced에서 Java Non-Type Proposals와 Java Proposals를 체크하기 Apply and Close 클릭하면 설정이 완료된다. 메인 이미지 출처 : Photo by Surface on Unsplash