Is there any way to enable code spell checking in Eclipse? I misspell words fairly often.
For example:
void spllmstake() => void spellmistake()
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have found a spell checker and proved it (with your example), and it seems to work. Do the following steps:
Help > Install New Software > Add... > Archive...Window > Preferences > Spelling > AspectJ, Java, ...Check Namesis selected.In your example, the word
spllmstakeis marked as wrong, as isspellmistake.spellMistake(like two words) works well.