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

Key: IDEA-15835
Type: New Feature New Feature
Status: Open Open
Assignee: Gregory Shrago
Reporter: t800t8
Votes: 0
Watchers: 0
Operations

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

Property name completion for <property>s of <properties> in persistence.xml

Created: 18 Oct 07 06:17   Updated: 18 Oct 07 10:48
Component/s: Editor. Code Completion, J2EE.Hibernate

Build: 7,361


 Description  « Hide
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0">

    <persistence-unit name="rantzPU">
        <properties>
            <property name="[display list of property's name here when pressing Ctrl + Space]" />
        </properties>
    </persistence-unit>

</persistence>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.