code

Eclipse에서 철자 검사를 끄십시오.

codestyles 2020. 9. 17. 07:56
반응형

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

반응형