[Parameter Name Hints] do not show for add methods with single argument

This commit is contained in:
Yaroslav Lepenkin
2016-11-03 17:53:57 +03:00
parent a9d1f4ebb9
commit 9eea5815d8
2 changed files with 2 additions and 0 deletions
@@ -61,6 +61,7 @@ class JavaInlayParameterHintsProvider : InlayParameterHintsProvider {
"*Exception",
"*.add(*)",
"*.set(*,*)",
"*.get(*)",
"*.create(*)",