Search Unity

Rider code hints

Discussion in 'Code Editors & IDEs' started by transat, Jan 27, 2020.

  1. transat

    transat

    Joined:
    May 5, 2018
    Posts:
    779
    Rider does a brilliant job at suggesting fixes for me but I feel it could do more! When I get a warning like this in the Unity console:
    Code (CSharp):
    1. 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.'
    I would love for Rider to tell me: "easy peasy, based on your code, you should use XYZ instead. Click here and I'll do it all for you," Is that something JetBrains can implement themselves or does Unity need to do something at their end?