This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235682 - [Evaluate Expression] Support imports or autocompleting FQN
Summary: [Evaluate Expression] Support imports or autocompleting FQN
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-09 11:07 UTC by tomzi
Modified: 2013-10-23 19:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2013-09-09 11:07:27 UTC
While a Debugger session and when I want to use 'Evaluation Expression' It would be VERY helpful to use
.) 'import' statements to import classes that are used later in EE
.) or help to autocomplete the FQN
Eg, if I type
   StringUtils

and press SHIFT-CTRL-O to automatically add imports then it should
.) add imports before the statement or
.) add FQN to 'org.apache.commons.lang.StringUtils'

Product Version = NetBeans IDE 7.4 Beta (Build 201307092200)
Operating System = Linux version 3.8.0-30-generic running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Comment 1 Martin Entlicher 2013-09-09 11:40:45 UTC
I agree.