Bug 82440 - feature request for intellisense
Summary: feature request for intellisense
Status: RESOLVED DUPLICATE of bug 19733
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-09 06:46 EST by Thomas Iseli CLA
Modified: 2005-01-11 05:06 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 Thomas Iseli CLA 2005-01-09 06:46:44 EST
Eclipse is a very powerful tool. The only unsatisfactory is the intellisense.

Here are two requests:

1) intellisense is canceling if you typ a fault selecting character and then you
delete it. For example you type: ., s, e, t, a for a method called setSize it
isn't possible to go back. You must delete all characters include the . and do a
new try. This could be approved by implementing the deleting of the last
characters and hold the intelisense open.

2) it would be fine if intellisense would popping up when you will enter some
parameters. For example for constructors with multiple overload, or other
methods where you cannot se the possible parameters in the intellisense when you
type a method name. Note: when you type a method name you have this focus, but
you also must in this moment look what parameters you can take. Normally the
intellisense is separated in method name-intellisense and parameter
name-intellisense.

thanks for reading my suggestions,
Th. Iseli
Comment 1 Olivier Thomann CLA 2005-01-10 11:14:26 EST
Move to JDT/UI
Comment 2 Dani Megert CLA 2005-01-11 05:06:01 EST
1) see bug 19733 (closing as dup of that one)
2) try Ctrl+Shift+Space

*** This bug has been marked as a duplicate of 19733 ***