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 75736

Summary: Create Field should not move away from code that is written
Product: java Reporter: ieising <ieising>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ieising 2006-05-01 08:50:39 UTC
Hi,

When I code some method that uses a field that is not yet defined, I typically
type ALT-SPACE to get the hint and have the hint create the field for me. But
than I want to continue with the method instead the editor takes me to the just
created field and I have to get back to the method.

I would like this to change and have me stay where I use the field instead of
where I declare it.

Iwan
Comment 1 Jiri Prox 2006-06-07 15:30:27 UTC
Some of the users prefer to get switched to new variable to enter default value
or javadoc. 
You can get back by pressing alt-k.