VSCode-Parameter-Hints icon indicating copy to clipboard operation
VSCode-Parameter-Hints copied to clipboard

reverse parameter

Open jonlepage opened this issue 4 years ago • 1 comments

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

jonlepage avatar May 12 '21 22:05 jonlepage

Thank you, I will look into this

DominicVonk avatar May 14 '21 06:05 DominicVonk