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 :)
is there a option to reverse defenition parameter ?

example here :
EcManager.store.addProperty(
property:Propertythis);instead of
EcManager.store.addProperty(
Property:propertythis);so
param:def:refor may a way to change the background or color of definition for help fast scan with eyes ?
it seem be little confusing for me with ts def, but btw this thing is awesome :)