I just installed Eclipse. I am hoping to have better intellisense for my Javascript.
I know how to turn it on. It's Windows->Preferences->Javascript->Editor->Content Assist, and checking enable auto activation with a short delay. But the 'triggers' only allows for four characters, which severely limits it's usefulness. (For other Content Assists, such as with Java, you can insert as many characters as you would like, as discussed in this thread: Improving Eclipse autocompletion?, but that isn't the case in the Javascript section)
I don't really want to have to press 'Control + Space' all the time. Is there any way I can enable the autocomplete more fully?
Also, due to the way my projects are set up (as Netsuite Projects), I can't change the project Type, and use Tern's autocomplete or anything like that.
On looking more deeply, I may need to simply revert to an earlier version, but any other ways to perform this would be well appreciated.
EDIT: Found my own answer (below)