This seems like a common sense feature that shouldn’t be hard to implement. Function parameters are a mess when its all the same color
function DoSomething(SomeObject: ObjectType, ObjectTwo: ObjectTwoType)
Type annotation highlighting would greatly help with distinguishing the parameters from one another and the number of actual parameters. If you were to quickly glance at that function, you might think it takes 4 parameters