mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 19:06:35 +07:00
[Parameter Name Hints] show for binary and polyadic expressions
This commit is contained in:
@@ -95,7 +95,10 @@ public class JavaParameterHintManager {
|
||||
|| JavaTokenType.PLUS.equals(tokenType)) && expr.getOperand() instanceof PsiLiteralExpression;
|
||||
}
|
||||
|
||||
if (callArgument instanceof PsiThisExpression) {
|
||||
if (callArgument instanceof PsiThisExpression
|
||||
|| callArgument instanceof PsiBinaryExpression
|
||||
|| callArgument instanceof PsiPolyadicExpression)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user