Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ide-dev] Auto content assist

I think this is oldest bug report about it: https://bugs.eclipse.org/bugs/show_bug.cgi?id=101420 😉


Regards,

Michał Niewrzał | ZEND STUDIO

Rogue Wave Software, Inc.

Accelerating Great Code

www.roguewave.com / michal.niewrzal@roguewave.com




Od: ide-dev-bounces@xxxxxxxxxxx <ide-dev-bounces@xxxxxxxxxxx> w imieniu użytkownika Mickael Istria <mistria@xxxxxxxxxx>
Wysłane: 21 kwietnia 2017 14:22
Do: ide-dev@xxxxxxxxxxx
Temat: Re: [ide-dev] Auto content assist
 
On 04/21/2017 02:14 PM, Fabio Zadrozny wrote:
1. Highly tune completions for speed (if it's slow to compute, it becomes annoying to use -- async can help, but it has to be tested, it may end up being annoying to use anyways).
2. Don't apply the completion on '.' (rather, put a dot at that point and request a new completion -- maybe there's a way to do this, but I didn't really search much due to point 1.)
Those are exactly the same 2 issues that I believe make auto-content assist in JDT not good for most users, and not as good as the one of VSCode or IJ. I just believe async content assist would help for 1; and also didn't find a way to work around 2.

--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top