내가 보려고 작성함
1. UTF-8 설정 후에도 한글 깨지는 경우
: Window - Preference - 왼쪽 검색칸에 encoding 검색 - Context types: Text 선택 - 아래 Default encoding: EUC-KR 입력
출처: https://ryeggg.tistory.com/48
[Error:Eclipse] 한글깨짐 해결법(UTF-8로 변경해도 해결되지 않을경우)
*한글 깨짐 문제에서 window -> preferences 에서 UTF-8로 변경하는 방법으로 해결되지 않았음.* moolgogiheart.tistory.com/88 이클립스 한글 깨짐/한글 오류 복구 이클립스 한글 깨짐/한글 오류 복구 이클립스
ryeggg.tistory.com
2. 자동완성
: Window - Preference - 왼쪽 검색칸에 auto 검색 - Java>Editor>Content Assist 클릭 - Auto Activation - Auto Activation triggers for Java: 칸에 .qwertyuioplkjhgfdsazxcvbnm_QWERTYUIOPLKJHGFDSAZXCVBNM 입력
출처: https://devlimk1.tistory.com/9
[Eclipse_꿀팁(tips)] Ctrl+Space는 그만! 글자 입력하기만하면 Content Assist(자동완성기능)가 실행되는 방
데브림의 블로그 포스팅 한 것들을 한 눈에 확인하고 싶다면 클릭! 👉 https://github.com/DevLimK1/tistory-map 👈 eclipse가 아닌 intellij를 사용해본 사람이라면 글자를 입력하기만해도 메소드나 어노테이
devlimk1.tistory.com
3. 자동 세미콜론
: Window - Preference - 왼쪽 검색칸에 auto 검색 - Java>Editor>Typing 클릭 - Automatically insert at correct position - Semicolons에 체크
출처: https://androphil.tistory.com/492
[이클립스 팁] eclipse에서 자동으로 문장끝에 세미콜론(;) 완성 하기 :: 소림사의 홍반장!
<!-- <ins class="adsbygoogle" style="display:inline-block;width:320px;height:100px" data-ad-client="ca-pub-6360916919554143" data-ad-slot="4198061716"> (adsbygoogle = window.adsbygoogle || []).push({}); <ins class="adsbygoogle" style="display:inline-block;
androphil.tistory.com