Bug 84660 - [content assist] Allow to navigate to element in content assist popup
Summary: [content assist] Allow to navigate to element in content assist popup
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 04:39 EST by Philipe Mulet CLA
Modified: 2005-02-08 05:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2005-02-08 04:39:43 EST
Build 20050202

After a codeassist action, it is something non obvious which completion is most
appropriate; and offering ways to browse or navigate from completion proposals
would likely improve the user experience.

I would suggest offering right click actions on completion proposals to offer: 
- navigate to selection
- quick outline of declaring type
- ...
Comment 1 Dani Megert CLA 2005-02-08 05:27:25 EST
I assume you simply want to navigate to that element and accept that the code
assist popup gets closed, right?

We should then also bind F3 and Ctrl+F3.