Search code examples
phpeclipseaptanaspell-checking

Aptana spell checking


I'm currently using Aptana as an Eclipse plugin and I noticed that when I make a typo in my comments (PHP) that it underlines it with a squiggly line. However, Aptana seems to be smart enough to know that I made a type but I can't find any option to let it make the spelling correction for me (like a right click on the word and to be presented with a number of options).

Is this something I need to enable explicitly to be able to do this or am I just overlooking something obvious?


Solution

  • You can press ctrl-1 to get a list of potential corrections.

    spelling corrections screenshot
    (source: javalobby.org)

    You can also use auto-complete to provide suggestions as you type by pressing ctrl-space

    auto-complete screenshot
    (source: javalobby.org)