eclipse-archived / ceylon-ide-eclipse

Eclipse Plugin for Ceylon
http://ceylon-lang.org/documentation/ide
Eclipse Public License 1.0
59 stars 28 forks source link

Improvement: Trigger for completer #1891

Closed akornilov closed 6 years ago

akornilov commented 6 years ago

The Idea IDE starting suggest me something when I typing text. It very helpful and save time. I don’t need write exactly “shared” and other annotations, keywords, values and etc. I just choose what required. But in Eclipse the completion tool triggered only when I have typed dot. Is it possible to change triggering logic? For example, activates completer when user typed at least 3 characters and after 200 ms delay (delay is option in settings)?

luolong commented 6 years ago

You can always press Ctrl+Space to get context sensitive completion.

akornilov commented 6 years ago

I know, but it's so boring and work slowly :) For example when I use the Eclipse for Java I can change the autocompletion triggering logic like this: https://stackoverflow.com/questions/5929773/improving-eclipse-autocompletion

gavinking commented 6 years ago

But in Eclipse the completion tool triggered only when I have typed dot. Is it possible to change triggering logic?

Yes, you can change it in 'Preferences ... > Ceylon > Editor > Completion > Proposal list auto-activation'.

akornilov commented 6 years ago

Naturally, I have tried this option, but it doesn't work for me (like in Idea).