History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25184
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Stephen Friedrich
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Make smart completion work for setting parameters of Hibernate/JPA queries

Created: 27 Feb 08 01:53   Updated: 29 Feb 08 20:47
Component/s: Editor. Code Completion, J2EE.EJB3, J2EE.Hibernate
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,718


 Description  « Hide
I constantly find myself pressing ctrl-shift-enter after text like this
query.setParameter(":user",
Idea parses JPA-QL/Hibernate-QL anyway, right?
So it should not be that hard to make smart completion work here.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 27 Feb 08 15:49
Do you actually mean ctrl-shift-space (smart completion) or ctrl-shift-enter (complete statement)?

Stephen Friedrich - 27 Feb 08 17:05
Doh...
ctrl-shift-space
Those shortcuts are so deeply internalized that I have to think twice to put them in words