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 - Create Field should not move away from code that is written
Summary: Create Field should not move away from code that is written
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-01 08:50 UTC by ieising
Modified: 2013-09-02 14:23 UTC (History)
0 users

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 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.