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 13188 - add auto complete of args to method calls
Summary: add auto complete of args to method calls
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-26 02:55 UTC by Peter Kleinmann
Modified: 2015-10-15 13:48 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 Peter Kleinmann 2001-06-26 02:55:12 UTC
with a given scope only a few variables are (or rather should be)  in scope.
It would be nice if, when filling out an arglist, a intellisense popup listed the variabkes
in scope. For example,

    public void add(String key, String val){

        _hash.put(

 right after typing the left paren, a popup comes up with all
variables currently in scope, such as 
      "key"
      "val"
      "this"
perhaps in reverse order of visibility.   After every comma the 
popup would appear again.
Comment 1 Svata Dedic 2001-06-26 07:10:31 UTC
Not exactly a java module issue :-)
Comment 2 Jan Chalupa 2001-11-27 12:27:11 UTC
Target milestone -> 3.3.1.
Comment 3 Marek Grummich 2002-07-22 09:50:57 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 09:56:37 UTC
Set target milestone to TBD
Comment 5 Miloslav Metelka 2015-10-15 13:48:25 UTC
Resolved by code completion.