The following is only valid when Python Plugin is installed and enabled!
In this section:
Toggling parameter hints for Java
The parameter hints are added to increase the readability of the Java code.
- In the Settings/Preferences dialog, open the page Appearance under the Editor | General node, and select the check box Show parameter hints.
- Press Ctrl+Shift+A, type
Hint, select the command Toggle parameter name hints, and press Enter.
The parameter hints are shown for SQL and Groovy also.
The result shows in the editor:

- In the Settings/Preferences dialog, open the page Appearance under the Editor | General node, and clear the check box Show parameter hints.
- Right-click a parameter hint in the editor and choose
Disable Parameter Name Hints on the context menu:

- Press Ctrl+Shift+A, type
Hint, select the command Toggle parameter name hints or Do not show hints for the current method, and press Enter.
Configuring Blacklist
The Blacklist of the methods for which the parameter hints are not shown, is configured in the Appearance page of the Settings/Preferences dialog.
- In the Appearance page of the Settings/Preferences dialog, click
the button Configure:

- From the drop-down list on top, choose Java
- Add the desired methods to the Blacklist.
- Right-click the desired parameter hint in the editor, and on the context menu choose
Add method <name> to Blacklist:

- Press Alt+Enter, and choose
Do not show hints for the current method:

The method in question appears in the Blacklist, in the correct format:

- Select one or more adjacent entries in the Blacklist.
- Press Delete.