Eclipse에서 철자 검사를 끄십시오.
Eclipse에서 새 작업 공간을 만들 때마다 환경 설정을 통해 맞춤법 검사를 꺼야합니다. (환경 설정-> 일반-> 편집기-> 텍스트 편집기-> 맞춤법-> 맞춤법 검사 사용)
이것은 매우 자극적입니다. 맞춤법 검사를 어떻게 해제합니까? 즉, 새 작업 영역을 만들 때 맞춤법 검사기가 비활성화되어 있고 사용하려는 경우 켤 수 있습니다.
완벽한 수정은 아니지만 기존 작업 영역 기본 설정을 모든 작업 영역에 복사 할 수 있습니다. 내가 .epf
만드는 모든 새 작업 공간으로 가져 오는 별도의 (Eclipse 환경 설정 파일)을 유지합니다 .
파일 → 가져 오기 ... → 일반 → 기본 설정 → 다음> 기본 설정 파일에서
관련
Preferences->General->Editors->Text Editors->Spelling Uncheck the box "Enable spell checking"
There are some ways for sharing preferences, but it doesn't come with the platform. The one I use is now available as an attachment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=334016 or more particular as attachment https://bugs.eclipse.org/bugs/attachment.cgi?id=196866
Install into your Eclipse. Then you can export selected preferences to an .epf file. Also add a preference (!) in Preferences > General > Common Preferences which will share your settings across newly created workspaces.
I use this all the time and though it is not perfect, it does save a lot of effort in keeping my preferences aligned across workspaces.
Java 코드를 작성하는 경우 Window-> Preferences-> Java-> JDT Spelling
참고 URL : https://stackoverflow.com/questions/6295066/turn-off-spell-checking-in-eclipse-for-good
'code' 카테고리의 다른 글
의존성 주입을위한 리더 모나드 : 다중 의존성, 중첩 된 호출 (0) | 2020.09.17 |
---|---|
웹 사이트의 관리 섹션을 보호하기위한 모범 사례는 무엇입니까? (0) | 2020.09.17 |
.NET에서 null의 해시 코드가 항상 0이면 (0) | 2020.09.17 |
POST 작업에서 뷰 모델을 도메인 모델에 다시 매핑하는 방법은 무엇입니까? (0) | 2020.09.17 |
자바 스크립트에서 "약한 참조"를 만들 수 있습니까? (0) | 2020.09.17 |