Why is Eclipse incorrectly finding spelling errors in Ruby comments?

I am using version 3.7.1 of the Eclipse SDK and it puts every word in my Ruby comments as erroneous.

This does not happen, say, in JavaScript or HTML files, even when viewed from a Ruby perspective.

Comments are displayed in the correct color, so the IDE definitely knows what they are.

Any idea how I can fix this behavior (other than disabling spell checking)?

+4
source share
1 answer

It has never been clarified what the problem is. However, I just reinstalled eclipse from scratch and the problems disappeared.

I used to have a classic Java installation with the Aptana Ruby plugin. Now I use JavaScript for IDE web developers , the Dynamic Language Toolkit - Ruby Development Tools has been added.

0
source

Source: https://habr.com/ru/post/1381333/


All Articles