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 74724

Summary: [EE-34] Automatic code completion after @ char
Product: editor Reporter: jrojcek <jrojcek>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://ui.netbeans.org/nonav/usability/java_ee_March_2006/report.html#EE34
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152194    

Description jrojcek 2006-04-10 15:41:08 UTC
Finding	
Participant wanted automatic code completion after typing the @ character. He didn't hit Ctrl-Space and 
typed the annotation PersistenceContext manually.

Severity	
1 participant requested this behavior

Recommendation	
Consider showing the code completion automatically after the '@' char, just like after typing the '.' char.
Comment 1 Quality Engineering 2008-10-31 04:47:38 UTC
Integrated into 'main-golden', will be available in build *200810310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0fb6bb829f57
User: Dusan Balek <dbalek@netbeans.org>
Log: Couple of code completion options added as requested by issues #74724, #131037, and #140695.
Comment 2 Vitezslav Stejskal 2009-05-11 12:31:57 UTC
Already done.