Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.0, 11.3
-
None
-
None
Description
Enable inline parameter hint via View > Show Inline Hints.
There will be method parameter name hints shown in Java Editor.
However, if you delete a parameter, the hint will disappear immediately, which will make the caret jump around.
So I recommend not to hide the parameter hint at once.
Actual
Expected
The parameter hint should not disappear unless we delete the parameter and then backspace.