Bug 110427 - allow IType.codeComplete to specify invocation options
Summary: allow IType.codeComplete to specify invocation options
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 110347
  Show dependency tree
 
Reported: 2005-09-23 09:07 EDT by Darin Wright CLA
Modified: 2005-09-25 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2005-09-23 09:07:28 EDT
The Java debugger allows users to access private members when performing 
evaluations, that are normally not visible. It would be helpful if the Java 
debugger could show the possible private code completions even when the 
workspace setting to "hide proposals not visible in the invocation context" 
is "on". To do this, the codeComplete APIs may need to accept an optional 
invocation options object.