Bug 114688 - allow code assist more conveniently after the dot
Summary: allow code assist more conveniently after the dot
Status: VERIFIED DUPLICATE of bug 44627
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.4 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 22:27 EST by Adam Kiezun CLA
Modified: 2007-10-29 06:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2005-11-01 22:27:50 EST
3.2M2

Code assist can be picky about when completion is available. 

It could be improved in the following scenario (pretty common and frustrating
for users used to VS where this is available (so i'm told))

class A{
  void foo(){
     Collections.<CODEASSIST>
  }
}

Because it's activated _after_ the dot, code assist is not available here and
only beeps sadly.

However, delete the dot and do code assist again and the import appears. _Then_
you can type the dot, and code assist will give you the list of completions you
expect. 

Essentially, to do what I want I have to do code assist twice when once should
be enough.
Comment 1 Olivier Thomann CLA 2006-10-10 12:09:20 EDT
Inline with current work.
Comment 2 David Audel CLA 2007-06-22 04:09:57 EDT

*** This bug has been marked as a duplicate of bug 44627 ***
Comment 3 Jerome Lanneluc CLA 2007-10-29 06:13:17 EDT
Verified for 3.4M3 using I20071029-0010