5 Replies Latest reply on Jan 19, 2007 3:44 AM by maxandersen

    Auto-completion support for ejb3 @NamedQuery annotations

      Does JBossIDE support intelligent auto-completion for @NamedQuery annotations like IntelliJ does? I'm thinking that if you scan the workspace for @Entity, @Table, and/or @SecondaryTable, you can create an in-memory representation of the object model, and then use that to construct convenient, object-relevant, auto-completion mechanisms for @NamedQuery annotations. Or......have I missed something, and does JBossIDE already support this?