‎2015 Dec 22 1:47 PM
I would like to extend the code completetion to make it show up without pressing ctrl + space. Is there any possiblity to do that?
Could not find any plugin extension point. Is there an plugin extension point to implement a custom logic?
‎2015 Dec 22 1:53 PM
Hi Florian,
there is already this option available in ADT:
Do you need the option withput typing one of the separators?
Regards,
Thomas.
‎2015 Dec 22 2:33 PM
Yes, exactly. I would need the option without these predefined triggers. For example if I start typing a variable name, I would like it to popup automatically (for example like visual studio,... does).
‎2015 Dec 22 2:57 PM
Maybe the option 'Also suggest non-keywords' on the same preference page might help.
‎2015 Dec 22 3:02 PM
‎2015 Dec 27 9:15 PM
Hi Florian,
doesn't know why you want it, but I can imagine that there will be a lot of backend-communication if you find a way to activate it. We should not forget that it is a server-side development and all the suggestions are delivered via your connection.
Maybe you can tell us something more about what you are going to do with it, perhaps there are other ways...
~Florian
‎2015 Dec 28 7:51 AM
Hello Florian,
well, I am coming from the world of Visual Studio which opens up the code-completion while typing for example a name of class, method,...
I would like to have to same behaviour in eclipse. That means instead of just opening up the code completion after -, =>, ->,... it should open after [a-z, A-Z, 1-9, ...]. Just after every non whitespace character (including a few exceptions). Should not be a big deal. But since I am new to eclipse plugin development, I am asking for help .
‎2015 Dec 28 2:05 PM