JDeveloper sets the code prompt (Code assistant) and Code beautification, and jdeveloper Assistant
JDeveloper version: 10g jdeveloper with oa extension aru for ebs R12.1.3
1. Set the automatic code prompt
1.1 Tools-> Preferences-> Code Insight the default Code prompt time is relatively long, you can reduce the delay time
In this way, when we enter the code, the code will be automatically prompted after a delay of 0.3 seconds.
If the code prompts only one, you can press the TAB key to quickly select.
2. Set the code prompt shortcut key
JDeveloper's shortcut key settings are relatively concealed path: Tools-> Preferences-AcceleratorsCategory select: Code editexceptions select: Completion Insight then you can see the Code prompt shortcut on the right, the default is Ctrl + Space, remove the language switch conflict with our system, and select the shortcut key in New Accelerators. Set it to ALT +/and Add.
3. Set code beautification
Path: Tools-> Preferences-Code Style
You can select two Code formatting methods. The default is Java Code Conventions.
Next, return to the code editing window, right-click the code, and select Reformat to beautify the code.