You can use various code editor features to help you work fast and efficiently.
To optimize your way of working with the code editor:
You can review the properties of all your tags in the Source code editor. For example select the af:form tag in the code editor to pop up its properties, as shown in Figure: View Tag Properties.
Hover your mouse over the loginBean word. This shows the properties of the bean component, as shown in Figure: Bean Component Properties.
Move your mouse over the true property of the inputText tag and hold Ctrl + Space to launch code completion providing you with the possible code values, as shown in Figure: Code Completion.
Move to the loginBean and while pressing Ctrl + Space, select the Open getUserName() method, as shown in Figure: Method Properties.
This selection opens the LoginBean.java class and points to the getUserName() getter method, as shown in Figure: Getter Method.
Back to the code of the login.jspx page, press the Ctrl key, hover over the inputText tag and click the link, as shown in Figure: Login Page.
The inputText documentation from the afu.tld file is displayed, as shown in Figure: afu.tld Tab.
Close the afu.tld tab.