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 246574

Summary: Add code completion in Annotations
Product: groovy Reporter: simas <simas>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal CC: sreimers
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description simas 2014-08-20 11:36:04 UTC
Currently there is no code completion with annotations.
For JPA this would be extremely helpful.
For example inside the @Entity annotation. 

@Entity()
class JobExecution {