Does anyone know if there’s a way to affect the order in which code completion options are ordered in mono. It feels a bit tedious having Vector2 as the first option on typing V when 99.9% of the time a vector3 is what’s required. I know it’s not a major ball ache to choose or type Vector3 but I’m curious to know if there’s a way to make things smoother.
We can’t even get the stupid attributes to stop line-breaking their fields, so my guess is “not a chance”.
thought it might be a tall order
Think I might try using sublime text from now on. For one it comes up with Vector3 first and the window tends to be less intrusive than mono.
In a related topic: IntelliSense for Most Recently Used Members | Microsoft Learn
Do quite like vs but can’t get it on a mac. Started using sublime text again and immediately remembered why I stopped (as the main editor at least). It’s a great little editor but the unity code completion isn’t too good. Doesn’t understand the context so can confuse things. Hey ho, mono it is… for now