Search Unity

mono code completion window order

Discussion in 'Scripting' started by jackhearts, Aug 12, 2015.

  1. jackhearts

    jackhearts

    Joined:
    Apr 5, 2013
    Posts:
    103
    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.
     
  2. DonLoquacious

    DonLoquacious

    Joined:
    Feb 24, 2013
    Posts:
    1,667
    We can't even get the stupid attributes to stop line-breaking their fields, so my guess is "not a chance".
     
  3. jackhearts

    jackhearts

    Joined:
    Apr 5, 2013
    Posts:
    103
    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.
     
  4. DonLoquacious

    DonLoquacious

    Joined:
    Feb 24, 2013
    Posts:
    1,667
  5. jackhearts

    jackhearts

    Joined:
    Apr 5, 2013
    Posts:
    103
    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