phpParameterHint.enabled |
Enable PHP Parameter Hint |
true |
phpParameterHint.margin |
Hints styling of margin CSS property |
2 |
phpParameterHint.verticalPadding |
Top and bottom padding of the hints(px) |
1 |
phpParameterHint.horizontalPadding |
Right and left padding of the hints(px) |
4 |
phpParameterHint.fontWeight |
Hints styling of font-weight CSS property |
"400" |
phpParameterHint.borderRadius |
Hints styling of border-radius CSS property in px |
5 |
phpParameterHint.opacity |
Hints styling of opacity CSS property |
0.4 |
phpParameterHint.fontStyle |
Hints styling of font-style CSS property |
"italic" |
phpParameterHint.fontSize |
Hints styling of font size CSS property |
12 |
phpParameterHint.onSave |
Create parameter hints on document save |
true |
phpParameterHint.saveDelay |
Delay in ms for on document save run |
250 |
phpParameterHint.onChange |
Create parameter hints on document change |
true |
phpParameterHint.changeDelay |
Delay in ms for on document change run |
100 |
phpParameterHint.textEditorChangeDelay |
Delay in ms for on active text editor change |
250 |
phpParameterHint.php7 |
True if php version is 7.0+, false otherwise |
true |
phpParameterHint.collapseHintsWhenEqual |
Collapse hint when variable name is the same as parameter name, keep the hint if the argument is passed by reference or if the splat operator is used |
true |
phpParameterHint.collapseTypeWhenEqual |
Collapse type when it is equal to the variable name |
true |
phpParameterHint.showFullType |
Show full type, including namespaces instead of the short name |
false |
phpParameterHint.hintOnlyLiterals |
Show hints only for literals |
false |
phpParameterHint.hintOnlyLine |
Show hints only for current line/selection |
true |
phpParameterHint.hintOnlyVisibleRanges |
Show hints only for visible ranges |
false |
phpParameterHint.hintTypeName |
Hint only name(0 - default) / Hint type and name(1) / Hint type(2) |
0 |
phpParameterHint.showDollarSign |
Show dollar sign in front of parameter name |
false |