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 269405 - Consider prefixes "is", "get", and "set" when populating the auto complete window
Summary: Consider prefixes "is", "get", and "set" when populating the auto complete wi...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-21 22:04 UTC by SirIntellegence
Modified: 2016-12-21 22:04 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 SirIntellegence 2016-12-21 22:04:13 UTC
Some times when porting code, I come across something like `bar.Foo = "baz"` or `baz = bar.Foo` and the class Bar has a definition of getFoo() and setFoo(Baz baz). It would be nice if I didn't have to navigate to the start of the method call, add the prefix, and then handle other things. Would this be too hard to implement?