Skip to main content

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

Dani, 
Mickael says that a proposal completion may take 2 seconds to compute (and is worth 5 minutes of work).

Mickael,
the problem that remains (or I don’t see a solution for yet) is the proposal ordering. How do you order proposals from engines that may take longer? Is this deterministic (i.e., is the proposal order understandable for the end user)? Or do you just by put new proposals at the bottom as soon they arrive? I guess putting them "in between” given some priority value is not what you do?

Marcel


On 24 Apr 2017, at 17:05, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:

Content assist must return results quickly. It's not like an action where you expect to get results later. Returning a content assist result after 5 minutes is just ridiculous.

Dani



From:        Mickael Istria <mistria@xxxxxxxxxx>
To:        ide-dev@xxxxxxxxxxx
Date:        24.04.2017 17:02
Subject:        Re: [ide-dev] Auto content assist
Sent by:        ide-dev-bounces@xxxxxxxxxxx




On 04/24/2017 04:57 PM, Daniel Megert wrote:
Yeah, but such things don't belong into content assist. It can be search, clean up or some other action, but not content assist.
why?
--
Mickael Istria
Eclipse developer for
Red Hat Developers
My blog - My Tweets_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ide-dev


_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ide-dev

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-179-131-7721
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top