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 218604 - Chained code completion
Summary: Chained code completion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 10:49 UTC by iikku
Modified: 2013-04-28 02:16 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 iikku 2012-09-19 10:49:34 UTC
As explained in http://jetbrains.dzone.com/articles/top-20-code-completions-in-intellij-idea

Code completion should also suggest applicable attributes from within the current scope of variables as parameters for methods.
Comment 1 Dusan Balek 2013-04-23 08:17:33 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/2cb253f787d6
Comment 2 Quality Engineering 2013-04-28 02:16:31 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2cb253f787d6
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #218604: Chained code completion - added.