VSCode-Parameter-Hints
VSCode-Parameter-Hints copied to clipboard
reverse parameter
is there a option to reverse defenition parameter ?
example here :
EcManager.store.addProperty(property:Property this);
instead of
EcManager.store.addProperty(Property:property this);
so param:def:ref
or may a way to change the background or color of definition for help fast scan with eyes ?
"parameterHints.hintBackground": "#37415180",
"parameterHints.hintForeground": "#9CA3AF",
"parameterHints.hintBackgroundDefenition": "#37415150", // ts def
"parameterHints.hintForegroundDefenition": "#9CA3AA", // ts def
it seem be little confusing for me with ts def, but btw this thing is awesome :)
Thank you, I will look into this