Roo CTRL + SPACE not working in eclipse STS plugin
I am running eclipse indigo and have just installed the "Springsource Tool Suite for Eclipse Indigo" plugin.
I am trying to follow the Roo "Pizza Shop" tutorial:
1) I created the project using New -> Spring Roo Project.
2) I opened the Roo shell by right clicking on the project and selecting Spring Tools -> Open Roo Shell
3) I entered hint + ENTER and received the Roo hint:
Code:
Roo requires the installation of a JPA provider and associated database.
Type 'persistence setup' and then hit CTRL+SPACE three times.
We suggest you type 'H' then CTRL+SPACE to complete "HIBERNATE".
After the --provider, press CTRL+SPACE twice for database choices.
For testing purposes, type (or CTRL+SPACE) HYPERSONIC_IN_MEMORY.
If you press CTRL+SPACE again, you'll see there are no more options.
As such, you're ready to press ENTER to execute the command.
Once JPA is installed, type 'hint' and ENTER for the next suggestion.
roo>
4) I entered persistence setup and hit CTRL + SPACE three (and many more) times.
Nothing happens.
CTRL + SPACE has no effect in any other situation that I tried either.
I would like to start using Roo but the lack of auto complete is a non-starter. Also, I don't want to install STS from scratch (assuming that would even help).
Any help is welcome.
Thanks