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 138997

Summary: Auto Completion for properties files
Product: java Reporter: rajath <rajath>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: benjamintilford, markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://rajathshanbag.blogspot.com
Issue Type: ENHANCEMENT Exception Reporter:

Description rajath 2008-07-04 05:31:27 UTC
Scenario:Say I have put a certain no. of key-value pairs in my properties file. Now when I try to use them in my
original source file, when I write a code like this:
Nbbundle.getBundle().getString("SEVERAL_KEYZ");
code completion popupmenu should appear showing the available keys.
Comment 1 Jiri Prox 2008-07-04 10:07:12 UTC
I'm not sure it this should be implemented in jave/editor or properties module
Comment 2 markiewb 2012-12-08 12:59:52 UTC
*** Bug 135285 has been marked as a duplicate of this bug. ***