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 121489 - Disable automatic insertion of variables/values
Summary: Disable automatic insertion of variables/values
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 16:02 UTC by tbergenhill
Modified: 2009-12-22 07:40 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 tbergenhill 2007-11-08 16:02:55 UTC
Please add a code completion option that disables the automatic insertion of variables or constants.  Currently, there 
is no way to disable this (IMO annoying) feature.  To demonstrate this, perform the following steps:

1. Create a new Java application
2. In the main() method of the Main class, type the following code:

Math.abs(

When the open paren is typed, the IDE will automatically substitute a variable "a".